Animation In First-Person

I’m currently working on a clone of the PrisonLife Gun System.
And wanted to port the animations to work in first person view.
Technically the animations do work in first person…
But there’s no character arms.
How would I go about simplely adding first-person arms to my animation / gun.

Example:

1 Like

If you want to make the arms visible in first person you can set the LocalTransparencyModifier property to 0 in a loop or on a changed signal

2 Likes

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