Making GUI visible to all other players other then the actual player it’s self

Hi! I’m having a bit of a issue. I have created a health Billboard Gui, and I want to make it so that Billboard gui is only visible to other players other then the actual player it’s self. If your confused, then join this game: BOOGA BOOGA - Classic - Uncopylocked - Roblox. This game shows a perfect example of what I’m trying to explain.

Any articles would be greatly appreciated! :slight_smile:

Theres a property on BillboardGuis that allows you to hide it from a player, just do:
Billboardgui.PlayertoHideFrom = player

You can mark this as the solution if it worked

2 Likes

Alright I’ll try that. Will let you know if it works.