As the above question states. I know that there is one way to activate a cutscene by touching a part but I don't want that. My game script is in ServerScriptService but camera manipulation scripts only work in StarterPack or StarterGui. So how can i activate a cutscene script in StarterPack or StarterGui from some point in my game script which is in ServerScriptService?
I tried disabling the script and enabling my script mid game but it seems to not run...
Any help is appreciated!