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!