TextButton does not detect clicks if inside of a Billboard Gui

  1. What do you want to achieve? Make a function that runs when you click a Text Button that is inside a Billboard Gui.

  2. What is the issue? The function doesn’t run, maybe because you can’t do this in a Billboard Gui

  3. What solutions have you tried so far? Checking the developer forum for similar posts, couldn’t find any answers.

There’s nothing else in the script that may have ruined it, just a simple function that prints something to the output when the Text Button is clicked. Please help!

Not enough information in this thread. No details about how you’ve laid out your Gui or anything. Please make sure to be descriptive about your circumstances when posting.

In order to make a button in a BillboardGui able to be interacted with, ensure it is in a player’s PlayerGui as opposed to Workspace and that you’re using a LocalScript for the button’s behaviour.

1 Like

Ok, sorry for the lack of info, I’m gonna try your idea.