On Right mouse button down
set animation to Fight Idle
but it just stays on the first frame, how do i get the animation to play?
Develop games in your browser. Powerful, performant & highly capable.
Use "On click" event, not "Mouse button is down".
"On*" events are triggered once. "Mouse button is down" is triggered every tick while the button remains pressed.
Also, check the animation speed in Animations Editor.