Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Textbutton in Billboard Gui not working. What must be done to fix it?

Asked by 7 years ago

I have a billboard gui in a part, and it has a frame as its only child. There are several buttons within that frame

0
Sorry, when I meant not working, I meant that the buttons were unclickable guestnot99 112 — 7y
0
Do you have a script? M39a9am3R 3210 — 7y

2 answers

Log in to vote
0
Answered by
ferano 0
7 years ago

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.

Ad
Log in to vote
0
Answered by 7 years ago
Edited 7 years ago

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.

Answer this question