How to make Proximity Prompt clickable only

henlo peoples, so i wanna make proximity prompt clickable only without any KeyCode, so how can i do it, is it possible?

1 Like

Yes, it’s called ClickDetector:

i mean i want it to be proximity prompt so you have to hold click only and then it will trigger

ProximityPrompt has a property called KeyboardKeyCode which displays all the available keycodes you can use. I don’t believe it’s possible to set it to your mouse. Your best bet is making your own custom system.

I could be wrong.

1 Like