#tweening GUI, help

1 messages · Page 1 of 1 (latest)

storm salmon
#

i have scripted an npc interaction, basically when interacted a frame with text and a viewpoint frame appear.

i also have a script that adds a tweening intro and outro animations for the frames, the question is where do i parent this script

parent into the frames themselves, assuming it'll play when they appear (appear when gui.enabled = true happens)
or
write it into the original script assuming it'll apply those animations as the function for them to appear happens

thanks in advance!

spiral raft
#

To clear up the use of excess scripts, try writing the function in the main script

storm salmon