Hey LargeRedApe! I’ll be glad to help you!
To solve this issue I suggest you two different ways:
-
If you are using a “Hud Message” device, you can try by calling the “Show” Function every time a “Player Spawner” device sends the “On Player Spawned” event. This should refresh the UI and solve the problem.
-
If you prefer to use Verse. You could try refreshing the UI by re-assigning the corresponding value to it and calling the “Show” function for the “Hud Message” device every time the “Player Spawner” device send the event “On Player Spawned”. I also recommend adding a “sleep” between the player spawn and the UI refresh, to be sure the player is already spawned.
I hope this helps you!