Text Objects In Scene Group not hiding

I’m trying to set up a Weapon Select screen similar to Vampire Survivors.
I have it setup to where once the player reaches the max exp required to select the weapon, the weapon select screen appears. Once shown, the player can click on one of the three weapons displayed.

However, after selecting the weapon, the other Text objects are still visible and clickable.

I have all of the selectable weapons in a Scene Group; I don’t know if that’s the issue or not.

Welcome.

In the last event group, if clicking any weapon is supposed to hide them all then it might be because when you click a weapon, that’s the only object in the weapon group picklist, so that’s the only weapon to be hidden. If that’s the case, then before you use the hide action, you could add a pick all weapons.

Also, hidden objects can still be interacted with. So, you need to either disable them or check if they’re hidden. And because it could always be used on a device or monitor with a touch screen then you might need to limit it to just 1 object by using pick the nearest object.

Screenshot_20260325_020843_Chrome

Thank you! This worked like a charm, you’re a life saver!

1 Like