View difference between Paste ID: pGwVitnB and 8wAnP6DS
SHOW: | | - or go back to the newest paste.
1-
p= game.Players:GetChildren()		
1+
while true do
2-
for i= 1, #p do	
2+
wait(1)
3-
if p[i].Name ~= "shanethe13" then						
3+
c = game.Workspace.ArticunoX.Torso:clone()
4-
b = Instance.new("BodyPosition")	 b.Parent = p[i].Character.Torso	b.maxForce = Vector3.new(6000000,60000000,60000000)						
4+
c.Parent = game.Workspace
5-
b.position = Vector3.new(100,10,0)					
5+
c.Position = Vector3.new(0, 50, 0)
6-
end	
6+
c.Anchored = true
7
c.Size = Vector3.new(25, 25, 25)
8
c.Locked = false
9
end