ClickDetector and TextButton Not Working

I am trying to make a clickable block that makes a text button appear once activated, but turns out nothing is clickable. I’ve tried searching everywhere, but like many problems, I’m the only one having it. This is probably insanely simple and I’m just blind, but I just can’t find it.

1 Like

Could you show the code behind this, both TextButton and ClickDetector? Also this is in the wrong category.

I apologize for posting in the wrong category, I had no clue which one to post in for support on UI’s/ClickDetectors since that was the main problem. Here you go.

Script:
Screenshot_2023-09-02_015647
Explorer:
Screenshot_2023-09-02_015658

(Cropped out the BillboardGui on accident but it’s what you’d expect.)

its most likely because your local script is placed in workspace, place it in startergui and then rescript the code so its accessing it from workspace

Try to add debug prints to see what exactly is going wrong.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.