I have made one topic about this (few months ago) but it didn’t help me.
I have watched TheDevKing Scripting Series, so I know what most things do, problem is with making systems by my own.
I have made some projects (tycoons, obbies, even one simulator) but the systems weren’t hard to make and were basics like: shop, selling, data saving, etc.
When I’m trying to make something more advanced like hoverboard, gun system or any other thing that is more complicated, I just don’t know what to do, what to use. I have problem with understanding the system logic (I think so)
So, what can I do to get rid of it, because it’s really annoying that I can’t make (more advanced) things by my own?
You’ll get better the more you try, especially if you push your comfort zone.
For now,
Plan ahead and ask questions that are very small in scope, things other people will have inevitably also had an issue with before.
For example, you’re making a gun system, start with how to equip a gun, then move to controlling the camera, then shooting etc etc.
In each of those topics there’s smaller and smaller questions to be asked which someone will have had before. “How do I lock the camera relative to the player”, “How do I see if a bullet hit something”
We’re always improving and learning more I promise!