Hello Everyone. You’ve most likely seen the new trending game on Roblox called “Gun Fight Arena”
Well I did some research and I THINK (Not sure, just think) that the game uses inverse kinematics to attach the viewmodel arms to the gun. So basically they both follow the camera and the arms get attached to the viewmodel. Well I have 2 problems.
-
They somehow make it work for every singe avatar on r15 ( I think they use the humanoid root part to position the gun but I’m not sure.)
-
Anyway the second problem is the actual animations. I made it so the IK Arms stick to the player’s right hand and left hand, but I’m wondering if there is another more accurate way to do it since other characters such as the one my avatar is using, bugs the arm positioning. The only solution I have is to restrict the game to blocky avatars only tho It’s not cool that way.
So please if anyone has any idea on how they do it, please respond. Even the slightest “hint” will do!
Thanks for reading this and have a nice day.
Also here is a clip on how it looks currently with blocky avatars only
robloxapp-20240804-1516417.wmv (1.2 MB)
And here is with other avatars such as mine
robloxapp-20240804-1518327.wmv (1.4 MB)
I can give a side view of the viewmodel if needed!
–Quick update. I found out that using humanoidRootPart for animations is not rlly a great option.