HELP! Weird bug that keeps appearing on screen

What is happening?! :weary:
There’s something wrong with every single header text in my game…

It keeps saying my name on the header text and it’s perfectly fine when I edit :confused:

Does anyone know how to solve?!

When I play my own game:image
When I edit: image
THE HEADER IS DIFFERENT

Is there any block code?

Yeah.

1 Like

Yes, the Triggering Player's Name Block code could be the problem to this.

no there’s not sorry

there’s only these blocks:
Screenshot 2025-03-06 115033

What is in that block?

when the game starts, the popup appears

Is there anything else related to the popup?
Such as wires or channels connected to the popup?

1 Like

Could you show us the open source code?

Try deleting the popup and re-making it. If it doesn’t work, maybe change the channel name?

no and @Monoreuk what is open source code

thx! let me try first and then I’ll tell you

just show us the code you are using

1 Like

yes!!! That worked! Thx guys for the effort :laughing:

2 Likes

as far as i understood the reason was that you added Triggering Player's Name in your code and connected it to PopUp, and because of this your nickname was displayed. although the topic is solved, but still i think you need to know this, since it is not necessary to redo the entire popup

1 Like

They never said there was a Triggering Player's Name in the popup.
They even explained it.

ok.

oh, i think i missed that detail, sorry!

It’s ok! Anyways, thx:D

1 Like

You could use a lifecycle, connected to a relay, which connects to a popup so you don’t waste 500 memory on blocks instead.

2 Likes