Hello, I've been trying to do this thing where if the player overlaps with the box collider "Trigger" it will set a button Visibility to being visible by default it's collapsed thanks -VSC

You would make a boolean inside the game instance, and set it from inside the blueprint with the trigger box collision, and then pull the booleans value from the game instance and use it for the set visibility event (was box overlapped?)