I am working on a GUI Lobby system, and currently the player presses a button that creates a lobby UI on the screen. I am currently using :FireAllClients() for this, but the issue is I can’t make it appear on the server, so any players joining after the UI Is created will not see it.
Is there a way to make UI changes appear on the server?
Server side UI only shows from StarterGui, so you could try putting the UI in there or have a script that adds it to the player’s PlayerGui when the PlayerAdded event fires.