How to use fps arms?

So im trying to make a system with a first person ability, where if you use a tool in first person, the fps arms show up and they operate are most games do, but I have no clue how to make it so the item is in the hands of the arm, and how to make it animate/work with my tool?

image

https://gyazo.com/7caad23def79f6503e54af321b1c359e

1 Like

You are clearly looking for viewmodels, which are models that are only visible per client in first-person camera modes. Give it a go:

https://devforum.roblox.com/search?q=viewmodel

1 Like

Viewmodel should belong to ReplicatedStorage not ReplicatedFirst

1 Like