12-27-2011, 10:04 PM
I think he was using a circle, in which case it would be
nuke = script.Parent
while true do
sleep(0.01)
nuke.Radius = nuke.Radius + 0.1
end
nuke = script.Parent
while true do
sleep(0.01)
nuke.Radius = nuke.Radius + 0.1
end