08-06-2011, 02:03 PM
I really don't understand how I can use it to replace sleep()
How can I do stuff like this with it?!
[lua]while sleep(10) do
sleep(0.05)
script.Parent.Rotation = 0
end
[/lua]
How can I do stuff like this with it?!
[lua]while sleep(10) do
sleep(0.05)
script.Parent.Rotation = 0
end
[/lua]