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!
1 Like
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
2 Likes
I need help where my error might be located?