#Help

5 messages · Page 1 of 1 (latest)

idle baneBOT
#
Welcome to the help forum!

Please make sure to read #1029468016594911232 as it may answer your question!

Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.

tropic merlin
#

Yes, whether your helmet is an attachable or on the player model, you can use movement-related queries in animations

manic isle
tropic merlin
#

https://wiki.bedrock.dev/items/attachables.html#top to learn about attachables
https://wiki.bedrock.dev/documentation/queries.html#query-modified-move-speed and https://bedrock.dev/docs/stable/Molang#List of Entity Queries to learn about queries. It's a long list but if you read everything you'll find the ones that relate to movement and speed.
https://wiki.bedrock.dev/entities/entity-intro-rp.html#animations for implementing animations on entities, it's the same on attachables.

You can look into Vanilla assets to find entities that use queries to animate the model too

manic isle
#

;O