Hide/show a billboard gui

hi there im making a script and i am unsure on how to make it disappear so no one can see it but if someone has it on everyone can see there Over head tag is there any way to do this?
thanks, Sav

If you want to make the BillboardGui invisible, just set its Enabled property to false and vice versa (setting it to true) to show it again

but that will remove it for everyone who has it i need it so if 1 person hides it the others can still have it

So you want to hide it for select people? If so, just use a localscript instead of a regular script

then only the person that can use it can not see it but everyone else can.

Isn’t that what you just said though?

What are you trying to accomplish?

i need a billboard gui that goes away from the user and no one can see it on them not even the user but if other people have the billboard gui not turned off people can still see it

So, basically, players can disable their own BillboardGui? If that’s what you are trying to accomplish, you would have to use a Server Script, as previously mentioned by @EmbatTheHybrid

I assume thats what they’re trying to accomplish

Maybe use PlayerToHideFrom, since it doesn’t just make it non-visible to everyone only to specified players.