Proximity prompt works only when you have a tool in your inv, need help

Hello fellow Robloxians again, I’m having some trouble scripting and or making a proximity prompt that only works if you have a tool in your inventory.

For example, if you would want to break a vent, you would need a Crowbar and without it the Proximity Prompt wouldn’t work.

If you can help, please do.

1 Like

Could I have a screenshot of the proximity prompt in the explorer, and the tool in the explorer?

You can use these two events so that when it is equipped, loop through workspace finding all the VentProximityPrompts (or just have a group of vent proximity prompts to loop through), for each one turn it enabled property on. Same for when its unequipped, but then you can turn the enabled property off.