Click detector not registering clicks with custom camera

In a nutshell I am working on a placement system and it uses a custom camera. The click detectors registered clicks just fine when the default roblox camera is used, however with the custom camera they are not registered.

Nothing other than the positioning of the camera was changed in the code between these two clips. I have set the max activation distance to a sufficient distance, so that is not the issue.

Default camera:
https://i.gyazo.com/b46105c2139e2e71496b187a1f4ac9fa.gif

Custom camera:
https://i.gyazo.com/4e4adf05dc0b91121717d034059b7934.gif

Possibly it’s because of the activation distance property?

I guess this is your Solution. (Sorry i don’t think after sending something lol)

It’s not the activation distance. Its set to 1000

I don’t think using remotes is gonna fix that

Would you be willing to mimic the behavior of ClickDetector instances via the client’s mouse?

https://developer.roblox.com/en-us/api-reference/property/Mouse/Icon

The pointing hand cursor could work.

1 Like

Yeah OP, you could always use Mouse.Target and check if the target contains a clickdetector and mimic it that way

Well I went through the pain to remake the system to work that way just to find out the issue was that there was a transparent part that was locked that was the real cause :joy: