Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Script:[
  2.  
  3. hum = game.Players.LocalPlayer.Character.Humanoid
  4. clone = hum:Clone()
  5. hum:remove()
  6. clone.Parent = game.Players.LocalPlayer.Character
  7. clone.WalkSpeed = 50
  8. clone.JumpPower = 100
  9.  
  10. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement