How to show player's weapon viewmodel to others?

Hello.

I was trying to make gun system with viewmodels, and then i asked myself - how do other players will see other’s guns? so the question arose - how to show player’s gun to others and vice versa?

and the second question, is it possible to create one animation for viewmodel and for character?
i mean, can the same animation run for viewmodel (when in FP) and for character (for others or when in TP)?

ill be very thankful for everyone who will help

1 Like
  1. To show a player’s gun to others in game, you can use RemoteEvents to synchronize the gun information between all players. When a player equips a gun, you can send a signal to the server containing the gun’s information, and then the server can relay that information to all other players so they can see the equipped gun as well.

  2. If your viewmodel rigged with character and parented under it then yes.