Project [WIP] Presenting HTML & CSS Editor inside Roblox

  • Thread starter Thread starter luiz_csx
  • Start date Start date
  • Views Views 484
  • Replies Replies 4

luiz_csx

Member
Newcomer
Joined
Mar 24, 2026
Messages
6
Reaction score
2
Trophies
0
Website
blog-do-luizmiguel.pages.dev
XP
56
Country
Brazil
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:
App_screen.png
 
  • Wow
Reactions: DragonMals
This looks really cool! Very impressive you wrote a html + css interpretator for roblox. Its kinda like we came full circle (old roblox had the Microsoft MFC Library Browser built in)
 
  • Like
Reactions: luiz_csx
This is a really creative project. If you ever need to run custom scripts to test your editor’s output, delta-xecutor.com is a handy tool I use for automating tasks in Roblox and running Lua code without hassle. It works across platforms and pairs nicely with ideas like yours.
 
Last edited by Garrygwnolan,

Site & Scene News

Popular threads in this forum