for the most part your code is okay. theres a lot of unnecessary stuff, and functions you’d probably never use to be realistic. also the way you structured everything is werid, and your variable naming is terrible and hindered my code review. i tried being as blunt as i could with my comments in general.
rating your whole codebase is complicated and childish.
congrats on making your first open-src project though
p.s. i hope you know LUAU coding style isnt required for your code to run- its a stylistic choice. a stupid one though
Hi there, thank you for your reply and reviewing my code.
The way I structure stuff is a way to show that the code is mine / a sort of “credit” and for my variable naming, sometimes I just don’t know how to name stuff so I just put as “meow” or other dumb stuff.
I know that asking to have my whole codebase reviewed is childish but I kinda need it to improve my scripting and how I do stuff.
You’re still making something for others to use, so you need to structure things in a way that generally make sense. Obfuscating your code with weird names and structure is just going to scare away people.