I am trying to make a billboard gui with a text button, but I cant use the button for some reason. It does absolutely nothing when i try to use it. This is the button script:
function onClick() script.Parent.Parent.Parent.Parent:Destroy() end script.Parent.MouseButton1Click:connect(onClick)
Try inserting a textButton into the gui, and then connect the onClick function to that.
The parent of the Billboard Gui needs to be the PlayerGui, so put the Billboard Gui into starterGui and Adornee it to the part.