Creating save and load game?

how do you create a save and load game feature?

1 Like

You can use the save behavior block which acts similar to a global behavior.

It can save values on the users device and you can access it by using a Once behavior.

I can’t exactly explain how you can save specific data without knowing what the game is, because there’s a couple different ways of doing so. Best bet is to look at games with saving features and taking a gander on how it’s done.

3 Likes