How to make Clickdetector clickable with a part blocking it

Hey,
I am trying to get my click detector to work even when there is a part blocking it. (The part is semi-transparent). Is there any way I can do this or will I have to use a different method?

1 Like

Have you tried turning can collide off?

I’m not sure it will work though

Yes, It still wont detect any player input (The mouse icon thing doesn’t come up)

Add the click detector to the part blocking it or expand part you want to be clicked, or even make a separate completely transparent part that will be the hitbox of the part you want to click, so players would click that instead

1 Like

Well its not that simple. here’s what I am trying to do:

https://gyazo.com/867b71a54c0838e67f567c7b2109572e

I guess you could add a click detector to an invisible part on top of the roof?

1 Like

I’ll try that. I might end up making a billboard gui in the end. Thanks for the help :slight_smile: