#How can I make the player in game use my costume animation

1 messages · Page 1 of 1 (latest)

lost sluice
lost sluice
#

And a walk and a sneak animations to

dense bridge
#

And then inside it test entity/player of they're moving or not or running or not by using query

#

Like "query.is_moving" or when running "query.is_sprinting"

warped rain
#

You should use query.ground_speed to also have access to how fast an entity is moving
Since ground speed returns a value of how fast an entity is going
So you can create things like speed based animations as well

lost sluice
#

Thx for the help alot

#

I was able to do it

#

Although now sneak wont work but its ok

#

How would I be able to fix that sneak animation?

dense bridge
#

query.is_sneaking