07-22-2011, 08:40 PM
Yeah, I'm making fire right now. I have the textures done, but I need a script...
![[Image: jfvtzr.png]](http://i54.tinypic.com/jfvtzr.png)
![[Image: 29j636.png]](http://i55.tinypic.com/29j636.png)
![[Image: jfvtzr.png]](http://i54.tinypic.com/jfvtzr.png)
![[Image: 29j636.png]](http://i55.tinypic.com/29j636.png)
![[Image: 2b88zl.png]](http://i52.tinypic.com/2b88zl.png)
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 »
|