I have a gui for a game that is server controlled and should be identical across all clients. The server triggers a remote event that the client detects and then updates the gui through the remote event, however after the player dies and respawns, it doesn't detect the remote event trigger, despite working fine before.
How do I fix/prevent this?