Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. --WS Stands For Walkspeed
  2. --JP Stands For JumpPower
  3. --The Numbers Should Be Obvious
  4.  
  5. local JP = 48
  6. local WS = 20
  7. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = "Thick"
  8. game:GetService("Players").LocalPlayer.Character.Thick.WalkSpeed = WS
  9. game:GetService("Players").LocalPlayer.Character.Thick.JumpPower = JP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement