Create a ProximityPrompt that will ignore the user's mouse

Howdy! I’ve created a custom camera system that is controlled by the player’s mouse, which is locked to the center of the screen. All seems to work fine- However when the mouse comes into contact with a ProximityPrompt, the entire camera gets simply stuck. Is there a way to disable Mouse interaction so I can avoid this problem and still keep the functionality of the prompt?

Here’s an example of my problem.

Have you tried disabling ClickablePrompt in the properties section of the ProximityPrompt?

(I’m not sure if this would fix the issue however)

Well now I feel extremely stupid. Sir, you are a certified genius. I didn’t even realise that was a property. Thank you so much, I can’t believe I just spent an hour trying to fix that. And yeah, actually it did fix my issue!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.