Poll:
You do not have permission to vote in this poll.
Total 0 vote(s) 0%
* You voted for this item. [Show Results]

How does one make a script loop?
#1
game.World.Eggs.ParticleSystem.Image = "http://i.imgur.com/n7vlLVZ.png"
sleep(2)
game.World.Eggs.ParticleSystem.Image = "http://i.imgur.com/YcE01Yn.png"
sleep(2)
game.World.Eggs.ParticleSystem.Image = "http://i.imgur.com/KRkggFT.png"
sleep(2)
game.World.Eggs.ParticleSystem.Image = "http://i.imgur.com/AShyHJN.png"
sleep(2)
game.World.Eggs.ParticleSystem.Image = "http://i.imgur.com/tUKtw9k.png"
sleep(2)
game.World.Eggs.ParticleSystem.Image = "http://i.imgur.com/XnG1gkg.png"
sleep(2)
game.World.Eggs.ParticleSystem.Image = "http://i.imgur.com/XmJnHo5.png"
sleep(2)
game.World.Eggs.ParticleSystem.Image = "http://i.imgur.com/aRetluw.png"
sleep(2)

I have that,
and I've even tried loop()
[Image: h382vvP.png] ah had nothing to do with it.
Reply
#2
I'm not big on scripting, but I'm pretty sure a while condition would fix this.

while true do
(code)
end
Reply
#3
Thanks void.
[Image: h382vvP.png] ah had nothing to do with it.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)