Problem with billboard gui

so i made this:


its pretty simple, and still in wip.
but the problem is that the button on it, u can not click it. Unless im mistaken

So, can you show the proximity prompt script

If there isnt one, then it doesnt work

script isnt really the problem, its just that the button

the button on the billboard gui

Is the billboard gui in startergui?
Buttons on billboard guis can only be interacted with IF they are in startergui.

1 Like

well i swear for some games, for example project slayer they somehow make it where the buttons are able to interacted with in the billboard gui

Just what like @Chark_Proto said, you have to put the billboardgui into startergui and then set it’s Adornee to the part corresponding. You might have to change your scripts a bit for this one.

ohh, ill try that. i hope it works

Just a little thing i will mention, if the script for interacting with the button is a Script and not a LocalScript, you will most likely have to change it.
You would also need a Remote Event to be fired for the item appear in the inventory server-sided.

this didnt work sadly. I tried and nothing happened

Did you rewrite your code?

The BillboardGui should work just like a ScreenGui when inside StarterGui.

Please could you answer these 2 questions:

  1. Did you rewrite the ProximityPromt Trigger script as a LocalScript inside the BillboardGui, and make it modify the BillboardGui inside of the PlayerGui?
  2. Did you rewrite the script for the button as a LocalScript?