Tracker Device UI not visible to join in progress players in private session

Hey LargeRedApe! I’ll be glad to help you!

To solve this issue I suggest you two different ways:

  1. 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.

  2. 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!