Advertisement
KINGOFCOOL

Untitled

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