UnknownRobloxPlayer

Pocket Pirate Money Script

Jun 2nd, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. while true do
  2. wait(1.2)
  3. m = game.Workspace.USERNAME_GOES_HERE
  4. m.Humanoid.JumpPower = 75
  5. game.Workspace.Obstacles.GoldCoin.Position = m.HumanoidRootPart.Position
  6. game.Workspace.Obstacles.BronzeCoin.Position = m.HumanoidRootPart.Position
  7. end
Add Comment
Please, Sign In to add comment