Help with my billboardGUI :D

So I am making a PS99 Egg system and I don’t know how to make my text button inside my billboardGUI clickable if it’s in the workspace. (It must be in my workspace.) And when I click it will open up a new ScreenGUI. But then I realized this was not possible since billboards must be placed in the playerGUI to work but if I do that it won’t be seen by the player right? (I might be wrong)

help


wdym that they must be placed into the playerGUI to work? Ive had billboards in the workspace in the past so you shouldnt have to worry about that

Hmm idk my click detector didnt work…

Just use .Adornee
Put the thing inside StarterGui, and script boom

localscripts executed inside workspace don’t work. [I think that’s the big mistake hes making rn]

whats .Adornee?


yes but you can still have the billboard in the workspace? just have the localscript somewhere else?

.Adornee is property of BillboardGui, SurfaceGUI

True but Adornee is more simple work around tbh.

Yeah, I used a local script, but will a normal script make other players see the player also clicking?

Normal script will make other players see the clicking yes,
I would prefer to use LocalScript inside StarterPlayerScripts, redirecting to the workspace your billboard, or either just have the billboard placed inside StarterGui, with Adornee
as localscript, by that no one else sees the interaction.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.