Remotevent Problem

I want to make a system, that sets information from the admin panel to a GUI visible for all players.

Everything works fine, but the only problem is, if user resets, or new user joins, he/she doesn’t see that information.

How can I make them see it too?

You’ll basically need to store that information somewhere when the remote event gets fired, then when players join the server, you’d take that stored info and pass it to them on their join event