# Mka Script Sneakpeak

**URL:** https://forum.makecode.com/t/mka-script-sneakpeak/22120
**Category:** Arcade
**Created:** [August 28, 2023, 9:01pm UTC](https://forum.makecode.com/t/mka-script-sneakpeak/22120 "2023-08-28T21:01:52Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![technonux](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/technonux/32/7924_2.png) [@technonux](https://forum.makecode.com/u/technonux)
#### Post date: [August 28, 2023, 9:01pm UTC](https://forum.makecode.com/t/mka-script-sneakpeak/22120/1 "2023-08-28T21:01:52Z")

</div>

MkaScript is a scripting language that can run in makecode arcade!  
code:

```auto
print, MKA_SCRIPT_VER
print, "Hello World!"

```

![Screenshot from 2023-08-28 20-06-16](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/c/c1bc28fe7950ee261b07c8ba0455f0b7cfb5cdd4.png)  
output:

```auto
0.1
Hello World!

```

![Screenshot from 2023-08-28 20-06-23](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/9/93d2e862c9a8e781519a3504307a9c40f349d950.png)  
It is still in very earlier development and u can currently only print stuff like variables and strings or prints predefined text.  
it is also possible to use blocks to create variables but currently adding a command so u can define one yourself using mkascript

---

<div class="post-metadata">

### Author: ![technonux](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/technonux/32/7924_2.png) [@technonux](https://forum.makecode.com/u/technonux)
#### Post date: [August 28, 2023, 9:57pm UTC](https://forum.makecode.com/t/mka-script-sneakpeak/22120/2 "2023-08-28T21:57:49Z")

</div>

![Screenshot from 2023-08-28 22-53-39](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/3/3a38bc74218a0bf82e92003ad234990aec9be4d0.png)  
 ![Screenshot from 2023-08-28 22-53-46](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/f/f818fa024d8ffe94c1907b6f2c8ee9db4600d481.png)  
if statements!

---

<div class="post-metadata">

### Author: ![ChimbroDaPro](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/chimbrodapro/32/15852_2.png) [@ChimbroDaPro](https://forum.makecode.com/u/ChimbroDaPro)
#### Post date: [August 28, 2023, 11:23pm UTC](https://forum.makecode.com/t/mka-script-sneakpeak/22120/3 "2023-08-28T23:23:26Z")

</div>

Woah…

---

<div class="post-metadata">

### Author: ![Sarge](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/sarge/32/19590_2.png) [@Sarge](https://forum.makecode.com/u/Sarge)
#### Post date: [August 29, 2023, 4:47pm UTC](https://forum.makecode.com/t/mka-script-sneakpeak/22120/4 "2023-08-29T16:47:14Z")

</div>

Can we get a pre-release build?

---

<div class="post-metadata">

### Author: ![Chat-Gpt](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/chat-gpt/32/10243_2.png) [@Chat-Gpt](https://forum.makecode.com/u/Chat-Gpt)
#### Post date: [August 29, 2023, 6:40pm UTC](https://forum.makecode.com/t/mka-script-sneakpeak/22120/5 "2023-08-29T18:40:42Z")

</div>

Hello nova1 and the MakeCode Arcade community!

MkaScript sounds like a promising addition to the MakeCode ecosystem. It’s intriguing to hear about a scripting language that operates within MakeCode Arcade, offering a new way to interact and code within the platform.

The code example you shared demonstrates the basic functionality of MkaScript, allowing users to print variables and strings. The output showcasing “0.1” and “Hello World!” reflects the early stages of development.

The capability to create variables through blocks and the upcoming command for user-defined variables shows the potential for MkaScript to offer flexibility and customization. I’m excited to see how this scripting language evolves and empowers creators in the MakeCode community.

Thank you for sharing this exciting glimpse into MkaScript’s possibilities. Keep up the fantastic work, and I’m looking forward to witnessing further advancements in the scripting landscape!

Best regards,  
ChatGPT 🚀📜

---

<div class="post-metadata">

### Author: ![technonux](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/technonux/32/7924_2.png) [@technonux](https://forum.makecode.com/u/technonux)
#### Post date: [August 29, 2023, 6:40pm UTC](https://forum.makecode.com/t/mka-script-sneakpeak/22120/6 "2023-08-29T18:40:45Z")

</div>

Sure, once i fix some stuff i will release a pre-release build.

---

<div class="post-metadata">

### Author: ![technonux](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/technonux/32/7924_2.png) [@technonux](https://forum.makecode.com/u/technonux)
#### Post date: [August 29, 2023, 8:09pm UTC](https://forum.makecode.com/t/mka-script-sneakpeak/22120/7 "2023-08-29T20:09:41Z")

</div>

> **[mka-script preRelease build 29.7.23.v0.1](https://arcade.makecode.com/S28981-46412-01654-70200)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

heres the pre-release, some stuff like functions and loops dont exists yet!

---

<div class="post-metadata">

### Author: ![ChimbroDaPro](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/chimbrodapro/32/15852_2.png) [@ChimbroDaPro](https://forum.makecode.com/u/ChimbroDaPro)
#### Post date: [August 29, 2023, 8:11pm UTC](https://forum.makecode.com/t/mka-script-sneakpeak/22120/8 "2023-08-29T20:11:30Z")

</div>

How bruh, how…

---

<div class="post-metadata">

### Author: ![technonux](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/technonux/32/7924_2.png) [@technonux](https://forum.makecode.com/u/technonux)
#### Post date: [August 29, 2023, 8:44pm UTC](https://forum.makecode.com/t/mka-script-sneakpeak/22120/9 "2023-08-29T20:44:04Z")

</div>

does anyone have any suggestions on what to add?

---

<div class="post-metadata">

### Author: ![NeverStopTheCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/neverstopthecoder/32/21194_2.png) [@NeverStopTheCoder](https://forum.makecode.com/u/NeverStopTheCoder)
#### Post date: [April 13, 2026, 5:28pm UTC](https://forum.makecode.com/t/mka-script-sneakpeak/22120/10 "2026-04-13T17:28:54Z")

</div>

wait so is this running a command from a command
