Need help making a gun system

Hi!

In the past have made my own gun system using tutorials and I think it’s time to step up a notch.

In this post I want to ask, how could I do stuff better/more efficient

This is how I used to store my gun variable on the client (in module script)

I was thinking of using attributes like this:

Instead of the original:

But I don’t know if it will be good on the server and client side, cause you usually want to shoot the gun from client to make it feels responsive

Also, I used these tutorial to make the gun

Viewmodel:

Welding

Problem I have is that I can’t make the player look up and down. I want to know if there’s a good viewmodel tutorial that works on the same principle (where I only have to animate 3rd person while using the player’s head as the camera while I’m animating)

And the viewmodel thing, not just for the guns but for tools in general

If y’all have a good or other suggestions please let me know!

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