shawnbryan

Untitled

Jan 18th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  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
Add Comment
Please, Sign In to add comment