basically its a system where you cant move your player is that okay if you give me a script or something to do it.i know there was a similar question but i forgot it!
The simplest way to stop players from moving is to set their WalkSpeed and JumpPower to 0.
if you want to anchor the character, i think u have to do a local script
while true do game.Players.LocalPlayer.Character.BODYPART game.Players.LocalPlayer.Character.BODYPART game.Players.LocalPlayer.Character.BODYPART game.Players.LocalPlayer.Character.BODYPART game.Players.LocalPlayer.Character.BODYPART game.Players.LocalPlayer.Character.BODYPART game.Players.LocalPlayer.Character.BODYPART end
put it the anchor code and the character will be anchored (i think)
local character = game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() character.Humanoid.WalkSpeed = 0 character.Humanoid.JumpPower = 0 character.HumanoidRootPart.Anchored = true
Closed as Not Constructive by Nguyenlegiahung, AntiWorldliness, Brandon1881, and matiss112233
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?