Im using LinearVelocity to create a dash mechanic for my game. I want the input to work as follows:
A + Q = Left Dash
D + Q = Right Dash
S + Q = Backwards Dash
W + Q = Forward Dash
My issue is not with the input, but rather the actual dash mechanic. I am currently stuck on how i would get the vector3 of the sides of the player. I have found some similar posts but nothing has worked. I’ve heard of LeftVector but I do not know how to use it at all. It should be noted that my game is in 1st person so I can not simply use LookVector. Thanks for any help you can offer.