I am trying to find how to bend the R6 Torso for up and down looking, im trying to find it because i need it for my FPS system, so it doesnt look like ghosts shooting out of the sky. But the R6 Torso doesnt have a Waist motor6d, I do not want to make a custom R6 rig.
Could someone help me with this? I currently do not know how to even do it.
An animation that only animates the player’s torso could come in very handy.
Here are the specifics:
Only ‘animate’ the torso in the animation and keep it in a constant downwards position, leave all other parts of the character untouched
– Note: we’re using a handy function of overlapping animations in this case
Once you have it animated, preferably in the downwards position, you can change the “weight” of that animation.
– Weight is the value of how much the animation affects the character, 0 meaning not at all, 0.5 meaning the character will be half way leaning downwards, and 1 meaning full leaning downwards
Then calculate how far down the player is looking, and then adjust the weight of the animation as needed to match how the player’s view.
You can find some various api help by just searching up animationcontroller and animationtrack alongside “roblox api” to find how to adjust and play animations on the player’s character.