Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to control cutscenes to occur whenever you want?

Asked by 2 years ago

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!

0
Create a remote event and have the client receive the event and let the client do the cutscene. niroqeo 123 — 2y
0
You could make the cutscene be handled in a function which can be called at any time by the script, or fire a RemoteEvent or Bindable to run that function via another script. RazzyPlayz 497 — 2y
0
@niroreq and @RazzyPlayz , thanks for all your responses, but I am not very sure about how to use remote events, could you explain it to me or send a tutioial link - i dont understant the develope tutorials btw. sne_123456 439 — 2y
0
you can use remote events or you can make a boolvalue that is changed by the server User#39092 0 — 2y
0
Thanks @Nooby_boop! sne_123456 439 — 2y

Answer this question