How should I attach weapon models to the player (tools)

Do I place the model inside of the tool or use a server script to weld it to the player’s hand or something?

1 Like

If you don’t need to do any extra work (i.e. dual wielding) you can just make a Handle part and weld the weapon model to the handle.
I suggest WeldConstraints since they don’t require you to reposition the welded parts back to their original positions.
If the weapon is one part (A mesh) then you can just name it Handle and fix the ToolGrip from there.

1 Like

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