One-person screens?

Hello,
Is it possible to create a UI block in which only one person can view/interact with? If not, is there an alternative other than button mashing? Thank you for your time.

1 Like

image

1 Like

I want to make a ui where players can create a deck, but obviously only each player has their own deck.

if you have an object set as “no multiplayer” than it will be unique for each player

1 Like

Hmmmm. I don’t know how to help with that.

1 Like

Really? If that’s the case, then will animations also be unshared? And saves?

1 Like

yep! The only time code is somewhat shared is if it is a player/shared object and it uses the share behaviour or controls.
If it has no multiplayer then everything in the object will be unique to each player

1 Like