Hello, I'm luiz_csx.
I'm new to GBAtemp, so I wanted to share a Roblox project I'm working on: "HTML & CSS Editor". It's basically a VS Code-style simulator inside Roblox, where the player can type tags like p, h1 (etc.), and style them using CSS (with classes like div class=""). Since Roblox doesn't support natively HTML5/CSS3, I'm simulating everything using the main LocalScript.
One feature I added is save slots, where your code stays saved until you leave the game, this will be improved later. It also includes theme switching (dark, light, greenish) and some restrictions on certain tags (script, img, etc.).
The project is still a work in progress (WIP), I just wanted to share the idea.
A screenshot taken from the game screen:
I'm new to GBAtemp, so I wanted to share a Roblox project I'm working on: "HTML & CSS Editor". It's basically a VS Code-style simulator inside Roblox, where the player can type tags like p, h1 (etc.), and style them using CSS (with classes like div class=""). Since Roblox doesn't support natively HTML5/CSS3, I'm simulating everything using the main LocalScript.
One feature I added is save slots, where your code stays saved until you leave the game, this will be improved later. It also includes theme switching (dark, light, greenish) and some restrictions on certain tags (script, img, etc.).
The project is still a work in progress (WIP), I just wanted to share the idea.
A screenshot taken from the game screen:







