#good books for architecture and codes for roblox
1 messages · Page 1 of 1 (latest)
https://roblox.github.io/lua-style-guide/#general-punctuation. As for the architexture of your code, its really what you prefer. There is no good way to do it, if you can easily find what ur looking for its probably good
ty, this guide is really good to do better codes
Do you know of any guides or anything that could help with architecture?
there is none, its just what you prefer
ok, ty 
Event based architecture is the best for games, it makes the code much more organized.
events like 1 script and 1 local script calling the modules that call other modules whenever it's necessary?