
What I am trying to do is enable the “CameraPlay” LocalScript and disable the “CameraMain” LocalScript when the “FTB” (fade to black) frame in starter Gui reaches 0 transparency. How can I do this? I’ve been trying but I can’t seem to figure out how I can make the script go across multiple services.
Any help is much appreciated!
You can’t disable/enable local scripts from other local scripts. If you want to enable/disable you need to use a regular script. You can also just run all this from one local script. You don’t have to disable/enable scripts, if you know that you want certain effects to play before others you can just make functions and enable them as a certain time passes.