Is there a way to do this?

I am making a boss game and I want it so that when you enter a zone you get a popup, I have that part but what I want is for the popup to only show once.

Add a counter which activates the popup

Hello, everyone.

ଘ( ᐛ ) ଓ
Hiya, I’m Gary!

you could use triggers instead and make it so it deactivates once you step on it

1 Like

It could look something like this
Screenshot 2023-12-26 6.12.01 PM

you could add a counter so whenever someone leaves the zone or closes popup it increments counter and whenever its incremented deactivate whatever. (just a theory) :person_shrugging:
(edit : hi gary :wave: )

1 Like

Buuut hey, that just a theory. . .

A GAAAAME THEORY!

Could you please stop posting off topic?

2 Likes

Also, @Quimblo , Gary would like to speak to yo-

ᐠ( ᐛ )ᐟ
Hi! So what are you, a piece of snow, or a deflated balloon?

Hey Hey hey this is getting off topic

but hey its just a gim theory

1 Like

Sorry, @max1 . Got a little carried away with Gary.

You could have one pop up, a zone, and a counter. Wire the zone and popup so When Player Enters Zone -> Open Popup and also wire the zone so When Player Enters Zone -> Increment Counter and have the counter set default 0 and target value 1. Then make a channel for when reached target value broadcast “Channel Name” then on the popup, put the channel in the spot of deactivate popup when received “Channel Name”(Same as the last one)
Mark a solution if this helps!

1 Like

Ya guys thanks for the help but please stay on topic otherwize something will happen >:)

1 Like

Bro could literally set it to popup closes>deactivate zone.

1 Like

wow thats the most helpful tip lol, you get a solution.

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.