Problem with making/scripting things by myself

Hello!

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?

1 Like

Plan out the system, how do you want it to work? Then use that plan to research how you could use various methods to make that system

4 Likes

It always comes back to practice.

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!

2 Likes

I think you should learn more about the physics constraints, i.e. LinearVelocity, AllignPosition, and PrismaticConstraints

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.