Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Broken Bones IV Ground Pound
- --This script slams your character on the ground to get many broken bones!
- --THIS SCRIPT IS NOT MADE BY ME!!!
- local yes = 50
- for i = 1,100 do
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(yes, yes * -2, 0)
- yes = yes + 4
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement