How would I directly copy a characters animation?

Hello forums, I’m trying to create a viewmodel that copies the animations of the player directly, then placing that copy beneath the player’s camera to create a first person effect. The issue is I have no clue how to copy the animations. I do have the fake body created, so I just need to know how to copy the animation. (I am using a rig for those wondering)

1 Like

Hello, What do you mean exactly? why not modify localtransparencyModifier and then change the camera’s offset? instead of creating a whole fake body to make the first person

I have done this, but when I moved the camera forward to where I wanted; the player was able to look through the walls, and if I moved it back, it just didn’t look how I wanted.

1 Like

Oh yeah, that’s a knows problem with LocalTransparencyModifier,however i believe making a fake body is not the best solution. I’m sure you can do some math from preventing the player to look inside walls, but i don’t remember how to do so honestly.

1 Like

Ended up using LocalTransparencyModifier and then making custom animations that move the body to a better place.

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