You're on mobile! This website looks best on a PC.
RetroStudio Projects
Preface
RetroStudio is a Roblox game which tries to simulate ROBLOX from an older period (2009-2015). What particularly fascinates me about this game is its Editor option, which tries to imitate Roblox Studio. You can build entire games in it, and also write scripts in its proprietary Visual Blocks scripting engine. I used this to my advantage, as well as the simplicity of older ROBLOX, to create not only in-game systems (skyscrapers, elevators, etc), but also tooling for the editor itself.
For the sake of simplicity I will avoid creating dedicated project pages for small or insignificant projects, and instead simply list them here.
If you're in the know, you can check out threads for all of these projects in the community server.
Projects

(somewhat of a) Lua to Visual Blocks compiler

It's an elevator system! Features advanced call queue handling, manual/auto modes, control panels, diverse settings, destination dispatch, triangle keys, and so much more. You can find a demo on my RetroStudio profile.

Unfinished statistics kit: At its latest version, it can record player engagement, playtime, total visit count, server heartbeat, build graphs and create reports.

A demo 42-floor skyscraper building (and other less-detailed buildings that form a city). Demoes the various features of my elevator system. You can find it on my RetroStudio profile.

A similar 60-floor hotel skyscraper, used for demoing elevators, but also is its own standalone game (you can get rooms, buy items, drive boats, explore the city, etc.) You can find it on my RetroStudio profile.

Unfinished Lua parser that can interpret, compile and execute Lua code entirely in RetroStudio, without using any external programs. It was also more accurate than almostLua, but significantly slower, which is why development was stopped. Supports variables, functions, recursion, tables, tuples, upvalues, and some globals. You can find a demo on my RetroStudio profile.

Unfinished model importer to replace my old one. It can import gigantic models from Roblox Studio into RetroStudio with a 100% success rate and an almost 800% smaller serialized string than other importers. However, due to complications with some extra features, I still haven't released it yet.
Maybe I'll list more here (I have dozens) but currently too lazy ...







