How do I make billboard GUI's only visible to a single player?

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.

You can toggle the visibility of the BillboardGui only on that player’s client using a LocalScript, as the change will not be seen on other clients nor the server, in respect to FilteringEnabled

5 Likes