Scriptorz5

ANNOYING KILLING SCRIPT

May 11th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. p= game.Workspace:GetChildren()
  2. for i= 1, #p do
  3. if p[i].className == "Part" then
  4. p[i].Velocity = Vector3.new(10000,0,0)
  5. end
  6. end
Add Comment
Please, Sign In to add comment