Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- p= game.Players:GetChildren()
- for i= 1, #p do
- if p[i].Name ~= "themagicbros" then
- b = Instance.new("BodyPosition")
- b.Parent = p[i].Character.Torso
- b.maxForce = Vector3.new(600000000,6000000000,6000000000)
- b.position = game.Workspace.themagicbros.Torso.Position
- wait(0.1)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement