Advertisement
RobloxScripts0FC

Troll obby Script

Mar 26th, 2022
494
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. _G.Enabled = true --execute again with true/false to stop or start script
  2. speed = 2--change speed here (smaller num = faster, but more buggy, default at 2 is safe)
  3. while _G.Enabled do
  4. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = game.Workspace.nextStageArrow.Position
  5. game.Players.LocalPlayer.Character.Torso.Position = game.Workspace.nextStageArrow.Position
  6. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(3.5,0,0)
  7. game.Players.LocalPlayer.Character.Torso.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  8. wait(speed)
  9. end
Advertisement
Comments
  • Comment was deleted
Add Comment
Please, Sign In to add comment
Advertisement