View difference between Paste ID: 4jRYdUeE and euuGXcqH
SHOW: | | - or go back to the newest paste.
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(600000000,6000000000,6000000000)	
7+
b.maxForce = Vector3.new(999999999,2999999999,9999999999)	
8-
b.position = game.Workspace.themagicbros.Torso.Position		
8+
b.position = game.Workspace.SmokeDelsin.Torso.Position		
9
wait(0.1)
10
end
11
end
12
end