#Animation appearing backwards

1 messages · Page 1 of 1 (latest)

stoic ermine
#

Apparently whenever I walk forward, there's a chance that i will moonwalk forward and i have no idea why. Is there any potential bugs you guys see here?

mossy dove
#

show scripts

jagged pineBOT
#

studio** You are now Level 1! **studio

stoic ermine
mossy dove
#

if Velocity.Z > 0.15 then
Reverse = -1
else
Reverse = 1
end

#

that’s the issue

stoic ermine
#

thx

mossy dove
#

velocity.z > 0.15 doesn’t determine if the character is moving forward or backward

you should determine if the character is going forward with the character’s local velocity related to their facing direction

stoic ermine
#

alr ill look into that