I would consider my self ‘good’ so far (Well idk how good lol), I have been scripting for 9 months roughly and have made quite a few games. But I’m looking to take my scripting knowledge that little bit further, could some people please recommend some classes I should learn or mini projects that i could make to further improve my level.
You can probably try learning about metatables, math functions, dictionaries, etc. I try to learn things by challenging myself with probably intermediate to expert rated difficulty tasks such as creating some bosses with a complete AI with attack patterns.
most of the things i recommended to you are mostly based off math and management and is only useful for a high caliber game with lots of mechanics and functions, dictionaries is a type of function that allows you to store potentially-used variables in a listed order
metatables help with storing tables in tables, i’m not very accurate since i never have tried to learn metatables with my fullest but it’s important for scripts that are mostly individual and uses the other’s previous intentions to make it more easier.
math functions are very important and extraordinary in its own way since almost every game consists of teleportation, mechanical animations (without requiring a animation plugin) and for more extremely life-adding details like that function where the gun rotates with the mouse in a FPS game, being able to make a slither.io like game and more, so i hope i did help some a bit in 9 months span