I have an overlay that I initial from a bug on my UI. Once it is active, I have a button that has a couple conditional statements turning on certain variables. When I click the button, it turns on what I have set, however all of my other prototype interactions stop working and my overlay closes.
Why is this happening? How to I keep my overlay open after button click and also not have my prototype freeze on me?