Created this out of my laziness to setup a new workstation every time I create something new or want to test stuff. Pretty much aware that there’s a bunch of other frameworks that have a lot more functionality than this one, but this is for those who just want to start experimenting in a clean environment.
The initializer basically does the normal: lazy loading modules, an init + run function. All the other stuff has been setup. Paths can be accessed through _G table which is locked down after.
Roblox File:
framework.rbxl (27.9 KB)
Github Repo for VS Code:
https://github.com/fixmycode1/SimpleTemplate