Verse UI - How to keep widgets on first players screen without second player removing them?

The only way I’ve been able to achieve this personally so far is putting the UI into a class and then creating a class object per player, which I store in a map using player as the key. Just as an example, if it helps, this is a snippet I’m doing that in: Height Meter for OnlyUp style maps | Uefn Code Snippet

2 Likes