FPS Viewmodel Feedback

Hello, i have been searching everywhere on how to make an fps view model, i could not seem to find how to make one, so i am coming to the devforums for help, Anyone know how to do it? Help is much appreciated.

1 Like

Try reading this tutorial The First Person Element Of A First Person Shooter hopefuly it will help.

1 Like

There have been attempts with ViewportFrames, but the issue is that they have a locked low resolution and a heavy aliasing artifact on the edges. So far, the only way for you to achieve this is to have a “Root” part in the viewmodel to which all parts are welded and align it with the Camera’s CFrame. The issue is that it will clip through walls, but that can be fixed by increasing the character’s horizontal hitbox size.

4 Likes