#How do i make the item stand straight in first person?
1 messages · Page 1 of 1 (latest)
rotate it in the first person animation
wait
where do i do that?
attachables?
Create a first person animation for the attachable
and play it using c.is_first_person
Oh
Alright
Thanks
I also wanted to know if i can make it also change the player animation while holding it?
"animations": {
"hold_first_person": "animation.steve_head.hold_first_person",
"hold_third_person": "animation.steve_head.hold_third_person"
},
"scripts": {
"animate": [
{
"hold_first_person": "context.is_first_person == 1.0"
},
{
"hold_third_person": "context.is_first_person == 0.0"
}
]
},
Like using the shoulder as support for the weight
Is it possible? Im new to resource pack stuff
Sorry, but I don't understand what do you mean
Could you ellaborate
When you hold the sword it will change how the player stands
The player animation
So the sword stays above the player arm like resting in the shoulder