07-22-2011, 08:40 PM
Yeah, I'm making fire right now. I have the textures done, but I need a script...
Can anyone make the following pictures into fire?
|
07-22-2011, 08:40 PM
Yeah, I'm making fire right now. I have the textures done, but I need a script...
07-22-2011, 09:15 PM
07-22-2011, 09:17 PM
Looping. Just have like a brick and have the textures change every .2 seconds.
07-22-2011, 09:41 PM
[lua]
while true do sleep(0.2) script.Parent.Texture.Image = "http://i54.tinypic.com/jfvtzr.png" sleep(0.2) script.Parent.Texture.Image = "http://i55.tinypic.com/29j636.png" sleep(0.2) script.Parent.Texture.Image = "http://i52.tinypic.com/2b88zl.png" end [/lua] Put it inside the Box. |
« Next Oldest | Next Newest »
|