#flashing UI animation

1 messages · Page 1 of 1 (latest)

pure tendon
#

I'm trying to make the image flashing but my script stops playing after line 20,, why? There's no error in output, the image just disappears, but I want to make it repeat.

#

or if there's another way to do the fading effect, let me know please

wanton timber
#

tweenservice has another parameter for looping

#

i suggest you read the documentation

#

you can specify by yourself how many times it should repeat

#

if you need the tweens to play sequentially you can use
Tween:Completed() to fire a rbxscriptsignal

#

it could be that your tweens are conflicting