Message through levels

Im making a 2 player game and im trying to figure out how to send a message throughout levels for a win screen so it shows who won. Anyone knows how to help?

2 Likes

Maybe this example will help?

1 Like

It doesn’t work since it uses global and when I use global it just saves the value and its always 2 wins

1 Like

summon @JR01

2 Likes

You can’t transfer through levels because the level you play is the only level that exists at one moment.
If you want to set this up where in multiplayer each player is in a different level, you would need to use the multiplayer behavior or the cloud behavior to send data to other players.

3 Likes

They are making local multiplayer, not online.

Then it would be on the same level, to save numbers across levels they need to use a save or a global.

2 Likes

I figured it out thanks!

2 Likes