📜  roblox 如何禁用步行 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:29.204000             🧑  作者: Mango

代码示例1
local Controls = require(game.Players.LocalPlayer.PlayerScripts:WaitForChild("PlayerModule")):GetControls()---GetControls

Controls:Disable() -----Disable Controls

--To Enable The Controls just use:
Controls:Enable()