Realistic first person without viewmodels

this is very hard to explain by itself so for context please check the game “a Dusty Trip”

I was wondering how to make use of player’s arms in first person without using viewmodels

(For example you can try driving a vehicle in “a Dusty Trip” to get a better understanding of my aim)

1 Like

A few months ago I created my own drag system and made it open-souce, the way they use to create arms is just copying character’s arms, putting them into a model, adding humanoid and clothing. After that in a loop they attach it to the object using math.

1 Like

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