[SOLVED] Get text to show up repeatedly?

Hello! In my game, when characters collide with each “column” a certain text box shows up. There are four “columns” in total, each with has a text box. Ideally I would like the text boxes to appear each time a character collides with their respective “column”. Although I am able to get the first collision and text box appearance to work, when the characters collide with the other columns, issues occur like the text appears without the box, or the text overlaps with each other. I am also having an issue where if I press the “a” button on my keyboard, the text box stays visible and does not hide. I am a beginner, so any help with this would be greatly appreciated!

Screenshot 2024-05-05 152453

looks like it could work with the event type “repeat for each object”. up at the top right of the screen and press the plus and find the event type listed above and the copy and paste you condition and actions into the event and select the object its being repeated for.

Thanks for your advice M0G_Z! It worked!