Today I was scripting a little project for fun and I noticed roblox’s proximity prompts lack of automatic prompt stacking, making it confusing for newer developers to have multiple prompts displayed on the same part. This might seem like a stupid issue but for something as simple as making a door with a “enter” and “lock” prompt newer developers could already find problems such as this:
The prompts are mixing terribly and are impossible to use, but luckily the solution is very easy, in fact you will be able to solve this with no scripting involved!
Just repeat those steps for each proximity prompt in your part:
- Open properties
- Change Exclusivity from “OnePerButton” to “AlwaysShow”
- Change Offset to 0,80
And now your proximity prompts will look like this:
Hopefully this tutorial was useful despite of it’s simplicity. Have a good time coding!