I’ve seen many frameworks and such that add unique features to games. But it’s too confusing to use them!
I don’t know how I would use :Grass() or something, especially since I don’t know how modulescripts work.
I’ve seen many frameworks and such that add unique features to games. But it’s too confusing to use them!
I don’t know how I would use :Grass() or something, especially since I don’t know how modulescripts work.
Frameworks are a way to help you organize your code and game files.
For small projects you won’t really need to this but for anything bigger you will benefit greatly from using a framework as you will likely end up with many scripts and assets.
Frameworks also make it a lot easier if you have multiple people working on the same project, as the framework helps everyone working on the project to keep it tidy and organized.
You will definitely need to learn how to use module scripts to effectively use every framework that I know of. There are a lot of tutorials online so I would recommend watching some and then practice using module scripts.
A lot of frameworks will come with some pre-installed commonly used modules. You can use these without using a framework.