Advertisement
ScriptFinder

[ROBLOX] Broken Bones IV Ground Pound

Nov 23rd, 2019
8,903
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. --Broken Bones IV Ground Pound
  2. --This script slams your character on the ground to get many broken bones!
  3. --THIS SCRIPT IS NOT MADE BY ME!!!
  4.  
  5.  
  6.  
  7. local yes = 50
  8.  
  9. for i = 1,100 do
  10. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(yes, yes * -2, 0)
  11. yes = yes + 4
  12. wait()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement