I have a sphere character, and I would like to add an animation of the player’s rotation (movement), for example, I can only give “Going Balls”.
Hi @NailV123,
The easiest solution would be to use a “Rotating Movement” component.
This component has a Rotation Rate that can be set dynamically, which I would recommend calculating using the character’s Velocity.
Good luck!
Thank you @sarahlenker, I will try
Hi @sarahlenker,
I did, but for some reason when moving the ball starts to rotate not in the direction of movement, but randomly
On event, you’ll need to get the rotating movement component and call “set rotation speed” I think is the command, it’s something along those lines, her you will need to set x,y and z values pertaining to Wich direction you want it to turn
I need help where my error might be located?
When your setting the rotation rate your assigning values to all exes, if you only want the ball to rotate to the left, for example, you’d set Z to a negative number, and x and y to 0.