Advertisement
gilward

Gilward's Black hole

Feb 22nd, 2018
591
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. --gilward
  2. --v1
  3. -- have fun!
  4. p= game.Players:GetChildren()
  5. for i= 1, #p do
  6. if p[i].Name ~= "tja2345" then
  7. b = Instance.new("BodyPosition") b.Parent = p[i].Character.Torso b.maxForce = Vector3.new(6000000,60000000,60000000)
  8. b.position = Vector3.new(100,10,0)
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement