# Saveing data?

**URL:** https://forum.makecode.com/t/saveing-data/36999
**Category:** Help
**Created:** [May 30, 2025, 2:16pm UTC](https://forum.makecode.com/t/saveing-data/36999 "2025-05-30T14:16:56Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![everett](https://avatars.discourse-cdn.com/v4/letter/e/b487fb/32.png) [@everett](https://forum.makecode.com/u/everett)
#### Post date: [May 30, 2025, 2:16pm UTC](https://forum.makecode.com/t/saveing-data/36999/1 "2025-05-30T14:16:57Z")

</div>

i would really like if someone could help me find out how to do this. it would be really cool to have a game with saving. thanks!

> **[very real dungeon crawler](https://arcade.makecode.com/S66413-92624-99692-56262)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![redSprite](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/redsprite/32/34262_2.png) [@redSprite](https://forum.makecode.com/u/redSprite)
#### Post date: [June 3, 2025, 2:39am UTC](https://forum.makecode.com/t/saveing-data/36999/2 "2025-06-03T02:39:22Z")

</div>

If your talking saving data across multiple simulation starts, try the settings extension

---

<div class="post-metadata">

### Author: ![everett](https://avatars.discourse-cdn.com/v4/letter/e/b487fb/32.png) [@everett](https://forum.makecode.com/u/everett)
#### Post date: [June 4, 2025, 4:51pm UTC](https://forum.makecode.com/t/saveing-data/36999/3 "2025-06-04T16:51:33Z")

</div>

i’ve got the settings extension i just have no idea how to use it, and i coudn’t find any toturials.

---

<div class="post-metadata">

### Author: ![redSprite](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/redsprite/32/34262_2.png) [@redSprite](https://forum.makecode.com/u/redSprite)
#### Post date: [June 5, 2025, 2:25am UTC](https://forum.makecode.com/t/saveing-data/36999/4 "2025-06-05T02:25:20Z")

</div>

So you name settings to create them  
You can edit it and stuff  
So you can make a counter that saves across multiple simulations  
Sadly I cannot make one, to skill issue.

---

<div class="post-metadata">

### Author: ![WoofWoof](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/woofwoof/32/32523_2.png) [@WoofWoof](https://forum.makecode.com/u/WoofWoof)
#### Post date: [June 5, 2025, 2:51am UTC](https://forum.makecode.com/t/saveing-data/36999/5 "2025-06-05T02:51:37Z")

</div>

You can store data under a “name” kinda like a variable. If you “set setting (“qwerty”) to number (3)” then later, no matter how many times the game resets, “read setting (“qwerty”) as number” will always return 3. (Unless you make a copy of the project or change the name of the project.)

You can use any name, though I believe a few are taken by the normal simulator (“#scope” is a string of the name of your project and “#run” is the number of times the console has started.)

Here is a small demo:

> **[settings demo](https://arcade.makecode.com/S06629-52421-33043-02715)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.
