How do you stop being able to cheat the wait time in a proximity prompt

ROBLOX has recently implemented the proximity prompt feature. I love it so far but the only problem I have is that you can cheat the waiting time by stop holding the key. How would I prevent cheating the waiting from happening? THE DOOR SPINNING IS NOT THE PROBLEM, I’M AWARE WHATS HAPPENING.

In the attached file this a short clip of the problem. The first press key is what I want then the following spam is what I wish to prevent. How do I stop people from being able to cancel the key and skip the wait time?

Code please so I can see what’s wrong here.

It’s not code… It’s like a click detector… Although here are the properties.

There has to be code to make the door function.

1 Like

Make sure you’re using ProximityPrompt.Triggered, rather than ProximityPrompt.PromptButtonHoldEnded

1 Like