Hello. I am trying to create a game with FPS weapons. However, I have no idea how should I create my gun system. How would you make one if you were to? I already have good scripting knowledge, I just need to know how to use it here. Any help is appreciated!
2 Likes
Well first, you should tackle Viewmodel, that’s those fake hands in the first person, it is optional though. Next thing is the shooting system, dealing damage, projectile replication. Then Animations, then kills and you’re done. (Hypothetically)
That’s not what I meant. I need to choose a right approach to do this. I already know that I need to do animations and viewmodel and everything. I need to know how should I start writing the script.
Well, code shotting first then.
Start with the shot handler, when they click, it gets the position and the bullet flies there.