Gememed

Kill script

Jun 5th, 2019
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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