Hello, So I was thinthink how would I make a first person system like mnecraft where ever the camera goes you can always see the hand and I have looked for ways to do it on yt but found nothing.
its just a idea i had and i think it would e cool.
Vhexp
(Vexdel)
November 19, 2022, 1:09pm
#2
Use view models.
I’ll leave you some posts so you can get the idea!
This isn’t a tutorial on how to implement a ViewModel, it’s more like a topic that can help you design your FPS game better.
Starting with poses
If you played Arsenal or Phantom Forces you may have noticed the difference in their ViewModels, that being the way they are animated.
Arsenal’s ViewModels use Roblox animations (probably animated in Blender), but what’s interesting here is that the developers posed the arms in an “Idle” state so that the animation can fully load without the arms …
Have you ever tried to make one of those nice first person view model systems complete with camera sway, bobbing when you walk, etc. but didn’t have the programming knowledge to do so? Or maybe you know how to do it, but don’t want to have to write up custom code from scratch. Either way, EasyFirstPerson is the system for you.
Just add the script and watch as all the tools in your game now have that satisfying First-Person-Shooter view.
Not sure what I’m talking about? See the example below.
R…
You will most likely have to make your own but this may help.
Good luck!