MISTA_NARWHALS321

Untitled

Jul 5th, 2017
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. p= game.Players:GetChildren()
  2. for i= 1, #p do
  3. if p[i].Name ~= "tja2345" then
  4. b = Instance.new("BodyPosition") b.Parent = p[i].Character.Torso b.maxForce = Vector3.new(6000000,60000000,60000000)
  5. b.position = Vector3.new(100,10,0)
  6. end
  7. end
Add Comment
Please, Sign In to add comment