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?
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:
1 Like
Viewmodel should belong to ReplicatedStorage not ReplicatedFirst
1 Like