📌  相关文章
📜  如何使玩家无法在 roblox studio 中移动 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:49.795000             🧑  作者: Mango

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