Could Anyone help me with my "EvadeLeft" Script

For example, I’m trying to make an Evade Script so when the Player presses Z on their keyboard the player goes left, Whenever I’m testing it out, It makes the player go forward I tried changing up the Vecter3, but it still doesn’t work.

Is it something wrong with my Script?

Screenshot 2021-07-31 004616

1 Like

replace this

Character.HumanoidRootPart.CFrame.LookVector

with this

-Character.HumanoidRootPart.CFrame.RightVector

Ok, I just woke up I’ll try it later.