Hey! When the user holds my proximity prompt how do i make it disappear when held down after activated

I’m sure you could just set the proximity prompt enabled value to false. For instance, you can do: workspace.hi.ProximityPrompt.Enabled = false

If you don’t want the proximity prompt inside the part at all, you can just do: worksspace.hi.ProximityPrompt:Destroy()

Hope this helps you understand. :slight_smile:

Oh Yess! Thank you so much, im new to coding, i didnt realise it was such an easy fix!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.