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.
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.