I currently have a script:
Workspace.Player.Humanoid:MoveTo(Workspace.Part.Position, Workspace.Part)
But it doesn't work, the player can just walk away and i don't want that. Even if i set the walkspeed to 0 it still doesn't work
Can someone help me with this script and make a player go to whatever part even in the air
and the player can't move
game.Workspace.[PLAYERNAME].HumanoidRootPart.CFrame = CFrame.New(game.Workspace.[PARTNAMEHERE].CFrame] game.Workspace.[PLAYERNAME].Humanoid.WalkSpeed = 0 wait(2) game.Workspace.[PLAYERNAME].Humanoid.WalkSpeed = 16
Closed as Not Constructive by M39a9am3R
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?