The GameMode only exists on the server, so that won’t ever fire on the client.
There is an Event OnPostLogin in game mode which would allow you to access your players as they join the game, this could perhaps do what you’re looking for.
The GameMode only exists on the server, so that won’t ever fire on the client.
There is an Event OnPostLogin in game mode which would allow you to access your players as they join the game, this could perhaps do what you’re looking for.