Function that is on server, has to open a gui

hi guys, i was just working rn, and something cross my mind, so im like a ult screen something, and the function is on the server, for enabling or making visible a gui, for just one player or player in general, is better to make a remoteevent from client? or just doing on the server

Hi!
I would recommend using RemoteEvent as you said, because I’m not sure if server can change GUI from players (I guess it can).
If it works without RemoteEvent, it’s ok too, but be careful because if, later on, you want to check if this GUI is enabled with server and you’ve disabled it with localscript, the server will understand it is enabled.

1 Like

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