So , i’m scripting a hook sytem that allow u to fly with a rope Its work fine but i want to make a way to when i’m pressing A or D when i’m flying that the player will go to the left With A and right with D but i dont know how to do that because i’m using A BodyVelocity and i dont know what to put in the velocity
So here i tried to put 50,0,0 in the velocity and that work fine you can see that he turn a bit
https://gyazo.com/47c1a91b794c10068afa7f1fa39a14dc
But now if i just change the orientation of the part and i let the same velocity
https://gyazo.com/91fadb3a17b935dff098538dc65e9675
it doesnt work anymore because the velocity doesnt do the same thing when the orientation is not the same . My problem is that I would like to do the same aspect as the first Gyazo even if the player does not look in the same direction and who will keep the effect that goes to the right if I press the D key in the Air but I cant find a way to do it so if u now help me :d (i’m not asking for script just some advice and how to do it )