Advertisement
N0ePlox

BRIGH

May 11th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. --Annoying Killing Script By, Goulstem(DONT CHANGE ANYTHING 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