Needing to use a remote event or not

Hello, i am currently making a script where all players would be teleported and have their camera locked to a position and for checking for the Username of the button clicker i’ve used a LocalScript which i put into StarterPlayerScripts.
Could i get all of the players’ characters directly in that script or would i need to use a remote event and a ServerScript for that?

Yes, you need to use a server script and fire to all clients to change their camera’s cframe

Got it, thank you! I’ll mark your answer as the solution when im done with the script!

1 Like

also use unreliable remote it will be just a tiny bit faster though but people with high ping will thank you

I’ve not heard of that before, is there any documentation on this please? Also do i need to use a remote event to make a GUI appear to all players?

yeah there is. just instead of creating basic RemoteEvent, use UnreliableRemoteEvent, that’s all.

No, you just can clone the gui to the each player gui of every player… (if we are talking about server)

Alright, i’ll do that. Thank you!

Also, how could i do that? I havent done so in the past