【发布时间】:2021-09-20 13:18:29
【问题描述】:
local whenthe = 1
while 3 == 3 do
wait(0,2)
local v1 = {
[1] = getrenv()._G.Pass,
[2] = "DashTeleport",
[3] = "True"
}
local rem = game:GetService("ReplicatedStorage").Remotes.SansMoves
rem:InvokeServer(v1)
end
如何让这个脚本在按下“K”键时中断? 我找了它,但没有找到任何关于它的信息
【问题讨论】: