Advertisement
robloxscript

Annoying Killing Script

Jul 26th, 2014
15,038
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --MADE BY OneLegend (NOT THE SCRIPT) Just run it
  2.  
  3.  
  4. p= game.Workspace:GetChildren()
  5. for i= 1, #p do
  6. if p[i].className == "Part" then
  7. p[i].Velocity = Vector3.new(10000,0,0)
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement