#how to make the rotate speed increase over time in the animator editor?
7 messages · Page 1 of 1 (latest)
Welcome to the help forum! Once your question has been resolved, please mark the post as closed by typing !close.
just limb_swing*limb_speed then
it works, but when slowing down or stopping, the wheel spins backwards
[
{
"var.spin": "var.spin + limb_speed / 4",
"bone.rx": "var.spin"
}
]```
