Hello everyone, I suppose we all know what a reactor core game is on our favorite platform.
I basically want a script which goes along my meltdown and startup scripts like.
Startup:
Lasers on
Reactor Color Changes from normal to orange and back to normal(S M O O T H L Y)
Poof done.
Meltdown
1.Core goes VRRRRRRR.
2.Color changes to orange then red
Boom
Note that these scripts will be tied to a main meltdown/startup script. Maybe they will go in peacefully or maybe the script wont work. Didnt tried it.
You could chain several tweens together, for example by waiting for however long the previous tween is before starting the next one, or by calling Tween.Completed:Wait() between each tween.