UI opened through proximity prompt, however after UI is made invisible, proximity prompt no longer opens UI (or makes it visible again)

Basically, I am using a proximity prompt to fire an event to open the UI. However, after closing the UI, the proximity prompt no longer opens the UI a second time until the user (roblox character) resets.

I am unsure why this happens, therefore I hope somebody can redirect me to a page on roblox creator hub or devforum. Thanks!

2 Likes

Probably more applicable for #help-and-feedback:scripting-support


Ensure that both the opening and the closing of the UI is done on the local script, otherwise the game will not recognise that it needs to update.

2 Likes