Advertisement
ERROR_CODE

Goto part script

Sep 10th, 2023 (edited)
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. local CharacterPart = Instance.new("Part")
  2. CharacterPart.Parent = workspace
  3. CharacterPart.Anchored = true
  4. CharacterPart.Size = Vector3.new(4, 1, 2)
  5. CharacterPart.CanCollide = true
  6. CharacterPart.Position = Vector3.new(154.861, 0, 183.381)
  7.  
  8. game.Players.LocalPlayer.Character:WaitForChild("Humanoid"):MoveTo(CharacterPart.Position)
  9. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").MoveToFinished:Wait()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement