#How can i click on a morph through a part

1 messages · Page 1 of 1 (latest)

fallen elk
#

I have a clickable morph i want to put in a glass box but when i try clicking on the morph it doesnt work when it is in the box, how can i make it so that i can click the morph without the box interfering?

lament mirage
#

mouse.targetfilter maybe? or you can change the click detector to be the transparent box instead of the morph

fallen elk
lament mirage
#

move the clickdetector to be inside the box. and in the secondline of the script type local clickdetector = game.workspace.box:FindFirstChildOfClass("ClickDetector")