What are folders
Last updated
Was this helpful?
Last updated
Was this helpful?
Folders contain Services, Objects, etc you may create within your codebase. Everything within the folders will be automatically loaded on game start.
Parent ModuleScript is loaded, it's descendants does not. You can have a infinite amount of folders.*
There is 3 locations where the folders are located.
This is located in root/ServerStorage/Knight
This is located in root/PlayerScripts/StarterPlayerScripts/Knight
This is located in root/ReplicatedStorage/Knight
In this screenshot this is the default layout for 0.0.3, you can create new folders and delete them as you please.
Services folders are used to contain services. Go here to learn about here;
You can create as much folders as you please such as a Objects folder, asset folder, etc. Or even folders under folders. There is no limit & it can be indexed the same.
Article & Art by vq9o