DYSYMMETRICAL
An open-source, asymmetrical game engine.
I AM IN NO WAY AFFILIATED WITH FORSAKEN NOR THEIR CURRENT DEV TEAM, AND DON’T WANT ANY INVOLVEMENT IN THEIR DRAMA.
I didn’t get any messages mentioning this yet but just in case.
I’ve seen that many people want to make an asymmetrical game, and most I’ve seen use the ripped Forsaken codebase from ~April 2025, which makes games able to be DMCA’d by the Forsaken Dev Team.
This isn’t good:
- For the Forsaken Dev Team, as people are taking their code and using it for themselves.
- For the devs using the ripped code, since they can’t make their dream games.
So, since I’m working on two (seven currently, thanks to this!) asymmetrical games at the same time, I decided to make the base of the games open-source.
Obviously, nothing from both games (that isn’t my property) will be seen in the game engine for very obvious reasons.
Also take into account that Rojo is used to make the engine, so if you want updates, proper collaboration between devs or to make contributions to the project, use it.
Read the README.md file in the GitHub project to have more in-depth info on the topics that aren’t features.
That said, let’s have a look at everything this has to offer.
Fully documented utils & classes
For everything that’s useful to devs using this engine, there are comments that describe what every variable does, including the utils in ReplicatedStorage and ServerScriptService.
Some scripts may not include this documentation, but if they don’t it’s either because it’s really easy to understand or because it’s not too important to the usual developer that isn’t working actively on the engine itself.
Simple UI Order in a single table (top = 0)
It’s something very simple to make for one self, but it’s important to note as it lets you manage your UI in a much more comfy way.
Simple character & emote definitions (With templates!)
(Man, do I have to update these images…)
Every character, emote and ability you make in the engine is as easily customizable as can be, with many, many possibilities.
For example, every character is stored in a single module, with a variable to represent them and with an Abilities table in which you store your ability variables, which work the same way (READ THE TEMPLATES!).
Templates are also available in ReplicatedStorage.Characters to help people understand how the framework is like.
[…] (ability definitions)
Pre-made customizable UI
There’s ready-to-use UI, available to customize however one wants.
It’s still a W.I.P., so expect a couple of things to be missing.
Shop
Inventory
Stats
Settings (W.I.P.; missing certain types)
Player Info in the Player List
1k+ lines of documented Server & Client utils
The count of lines is at the bottom!
Those are all of the remarkable features at the moment that are easy to show in a forum post. To see how characters and general gameplay are like, please download the example place and see for yourself! (Big disclaimer here! Replace the animations in the template characters, as those are owned by CodeBots and they won’t load! They’ll be replaced by default in a small patch soon!)
Make sure to check out this passion project of mine (working on it since May 2025!) in GitHub, and feel free to contribute, as I’m doing this without expecting any money or fame involved.
For proper usage of the engine, please don’t remove any watermarks (prints when the game initializes) (unless it’s credited in the game description or the in-game credits menu) and see the license associated with the project (CodeBots Studio Attribution License; you’re allowed to do whatever you want with this as long as you keep credit).
Read the README.md file in the GitHub project to have more in-depth info on the topics that aren’t features.
Edit 1: Forgot to say the engine is a W.I.P.! Expect some things to go wrong and, please, report bugs in Github Issues or in the replies below
Edit 2: There are a couple of anti-cheat modules available in ServerScriptService/Security. If you want to take them for your project, feel free to use them however you want. Absolutely no credit is needed. :]
Edit 3: I’d appreciate it if anyone that used the engine told me for me to check out the game they’re making! :]
Edit 4: We’ve moved on with support to a Discord Server that has dedicated channels to Dysymmetrical since many people asked me (woah, this certainly went somewhere!).
Thank you, and have fun creating! <3













