#chat am i bad at scripting? (please be honest)
1 messages · Page 1 of 1 (latest)
looks very clean to me! 
thank you
** You are now Level 3! **
I can't understand 70% of those things I think you did a good job bro
In the player joined method does that local function inside get automatically called when the player character is added? I’m confused why u would create a local function in there without returning it or calling it or binding it
looks nice.
yes this code is bad and you should feel bad
nah but for reals the way you're using GetPlayersSpellProgress repeatedly in a loop for every spell when you could call that only once is about the only bad thing i see. the rest, well, just remember if you're ever wondering if your code is bad, really you should be asking does your code work? because it's the same question. if it doesn't work, that's bad code. if it works, then good code 👍
alr but pyro do you know if i should use modules or just serverscripts for systems? cuz i dont really know yet
why not try both and find out why you might use one instead of the other?
ok
You should use ModuleScripts, makes code more maintainable.