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

How to make a click detector work even if an object is in the way?

Asked by 3 years ago

There's a lot of explosions in my game that are simply 3D spheres, and you need to click on certain objects. How do you make a click detector still work even if an object is in the way. It should also be noted that the click detector is server sided.

0
I believe that changing the collision groups of the part to one that can't collide with the player will work (this will ignore the default raycasting). However, the player wouldn't be able to touch the part then. Heavenlyblobmaster 271 — 3y
0
Which part are you talking about, the clickdetector or the object in the way? If it's the object in the way I already tried that and it didn't work. e6_4KOkGsp 40 — 3y

Answer this question