Hello. I am making a door which has multiple ClickDetectors in it. I'm having a problem where the ClickDetector that is in the body of the door (meant for knocking sounds) is overlapping with the ClickDetector that is in the knob of the door (meant for opening the door). This does not happen while testing in Roblox Studio. It only happens when trying to open the door ingame in first person (third person works). Is there a fix to this or is this a ROBLOX bug?
It's probably because your door handle is a mesh and the size is bigger than you think it is. Try to size everything properly and make sure you code knows the difference between each click detector.
You can instead create transparent parts that contain the ClickDetector. This will allow for accurate position manipulation but will make the game a tiny bit laggier.