Demo Games you can edit

I’m starting this thread to collect demo games that you can edit.
These are games where the owner has kindly made their game available to edit, so you can download it and see the code. These are incredibly helpful when you are learning to script.
Please add any you know of.

Search for “Open Source” on the Games page.
open source

Games made by Roblox - Roblox Resources

Little Demos

2021

2015

2014

https://www.roblox.com/games/161206987/ResetPlayerGuiOnSpawnDemo
https://www.roblox.com/games/159750257/Hexagon-Demo

2009
https://www.roblox.com/games/6633934/Rotris-Open-Source

Not Categorized:
https://developer.roblox.com/en-us/resources/templates/battle-royale-setup
https://www.roblox.com/games/5866687963/Random-Dungeon-Generator-Open-Source
https://www.roblox.com/games/5243432592/Menu-Demo
https://www.roblox.com/games/3229285293/Golden-Manna-Demo
https://www.roblox.com/games/3199607667/Fireball-Demo
https://www.roblox.com/games/2977902193/MooCows-Sound-Demo
https://www.roblox.com/games/3060400371/Jump-Demo
https://www.roblox.com/games/2907628506/MoveNpc-Script-Demo
https://www.roblox.com/games/2774096949/WizardOfHillss-Gui-Shop-Demo

https://www.roblox.com/games/5601303730/OPEN-SOURCE-Song-System
https://www.roblox.com/games/3108062545/Roblox-World-Best-Game-Ever

https://www.roblox.com/games/2732769468/DEFAULT-DANCE-SIMULATOR
https://www.roblox.com/games/4993767202/Raven-Boxing
https://www.roblox.com/games/3630314498/DISCONTINUED-The-Backrooms

https://www.roblox.com/games/293887672/PEW-PEW-GUNS
https://www.roblox.com/games/1490021192/Terrain-Generator-Prototype
https://www.roblox.com/games/33913/Classic-Glass-Houses
https://www.roblox.com/games/65033/Classic-Happy-Home-in-Robloxia
https://www.roblox.com/games/140428960/ROBLOX-Building-Guide-Exercises
https://www.roblox.com/games/6534245792/Simple-Low-poly-city

from github:
https://github.com/berezaa/minershaven

76 Likes

Though I think this is an amazing idea, I think that you should quality-check these games.

For example, this UI setup is bad practice as it does not include containers is unorganised, causing scaling and other issues.

image

This script simply changes the volume every 0.1 second, whereas using TweenService would be a much better and optimised alternative
(it also mutes the music on the server, and not client)

9 Likes

Is that the new update?It so beautiful

If youre referring to the icons, theyre apart of the Vanilla Icons pack by Elltob

3 Likes

I think it would be useful for the DevRelations team to create some kind of filter that shows just Editable games, and developers can rate them based on their perceived quality. I bet there are a ton more. I’m just not sure how to find them.

Anyone know of a fancy API call that would filter for them?

1 Like

The simple low poly city is not open-sourced

1 Like

Well you should probably rename this “open sourced megathread” it looks good! As another member pointed out quality checking these games and making sure there are no viruses in them should be done.

1 Like

I am able to edit it.
Maybe try again.

1 Like

Thank you so much for this :heart:

1 Like

You should really add Miner’s Haven, Berezaa is a talented developer and I would trust anyone learning to read off his scripts for reference. Some of the other places you’ve linked in this thread I can’t really say the same about.

3 Likes

I added it to the list, thx for sharing!

1 Like

I cannot edit the game at this moment.

heres another game, mainly for a script and stuff but still could count here: Inverse Kinematic Characters [Open Source] - Roblox

1 Like

sweet, I added a few other open source things from stravant’s site also.

Another game: Open Source FPS Engine - Roblox

This game cannot be edited. Please remove this from the list.

(10) Simple, Low poly city - Roblox

1 Like

Hey, what script font is that? Looks pretty cool.

Jetbrains Mono

@DevRelationsTeam
Is is possible to get a list (or API endpoint, so we can pull the most current list) of all non copy-locked games?

Reading thru other users’ code has been extremely helpful in improving my ability to write well structured code. Instead of spending days reinventing the wheel to create a set of pickups or don an Accessory, it is really instructive to be able to see how other devs solved the same problem.

2 Likes

tbh I want something like that dungeon generator, only it chooses from pre-generated dungeons rather than creating new ones