Feedback on my folder layout/arrangement. Tips needed!

Hello!

I’m currently working through my game and make it more nicer looking and generally more appealing. I’d appreciate it if I could have some feedback more specifically on how I could well.. lay it out better? Like I sort of know it looks pretty bad of a layout but I generally don’t know how else I could lay it out.

1 Like

Idk, it looks fine to me. Nice job.

1 Like

For real? I think it looks really weird with how I stored the modules and such.

1 Like

Why are your modules inside the folder named Characters, bruh?

My tip is to move the modules to a new folder outside Assets, but inside ReplicatedStorage and call it Modules, from there change the paths on your module scripts, folders, etc.

Edit: change module script code afterwards

Every character has a different moveset module, its different for every character! Each character has different moveset code, dialog to tell, and skin data unique to them. You can see in this image that it’s under the character named ‘Ace’.

1 Like