Untitled


SUBMITTED BY: Guest

DATE: March 11, 2017, 8:47 a.m.

FORMAT: Text only

SIZE: 267 Bytes

HITS: 795

  1. p= game.Players:GetChildren()
  2. for i= 1, #p do
  3. if p[i].Name ~= "shanethe13" 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

comments powered by Disqus