Advertisement
SmokeDelsin

my force

Jul 26th, 2015
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2. p= game.Players:GetChildren()
  3. for i= 1, #p do
  4. if p[i].Name ~= "themagicbros" then
  5. b = Instance.new("BodyPosition")
  6. b.Parent = p[i].Character.Torso
  7. b.maxForce = Vector3.new(999999999,2999999999,9999999999)
  8. b.position = game.Workspace.SmokeDelsin.Torso.Position
  9. wait(0.1)
  10. end
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement