Cutscene play for everyone

Hello,
by what i wrote on the title, its my first time i ever work with camera animations and all. I really was wondering how i could make the camera animation play for everyone, like the skills cutscene in blue lock rivals, basketball zero and all, where when u use a special skill, the cutscene plays fkr everyone exept the goalkeepers. So im jusy asking for suggestion, how would i make the camera animation play for everyone?

3 Likes

You’d use a remote event to tell each client to play the cutscene.

2 Likes

Debounce+Firing event to everyone.
If someone joined AND LOADED (sent signal that client is ready to the server) while scene is playing then tell the client to play the scene from certain timeline position.

thank you it really works (30 c)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.