Proximity Prompt Problem

hello guys

im working something on with proxmity prompt. the problem is i dont know how to make
disable the enabled bool when someone using it. and is player left the using it how to enable back the enabled boolean

Make it Enabled when no player is using it.
When it has been used then in the script make the prompt Enabled = false.
When the action is finished then make the prompt Enabled = true.
Here’s the link to the Roblox documentation that shows how to use it: ProximityPrompt | Documentation - Roblox Creator Hub