I have a billboard gui in a part, and it has a frame as its only child. There are several buttons within that frame
I believe you need to add a ClickDetector, as well what is the hierarchy of your GUI? Based on the parents, and/or children of the GUI there may be a related issue.
Hello! you cannot click the buttons? well, you need to script them. Here are the scripts:
function onClicked() -- PUT WHAT YOU WANT THE BUTTON TO DO IN HERE(USE LUA) -- end
script.Parent.YourButtonName:connect(onClicked)
put the script inside the frame.