In my game, I’m making it so that a billboard GUI appears over the item when a player buys it.
How do I ensure that this billboard GUI is seen by only a single player, the player who bought the item? I know there’s a PlayerToHideFrom
function, but I don’t think that it is possible to have multiple different properties to that.