What do i do to make the player do strafing when walking sideways

When we are in shiftlock mode and do A+W or W+D it doesnt do any strafe walking, how can i put a strafe walking like in Soulshatters? (I dont know how to explain it sorry and im still new here.)

Oh yeah, I understand you, I had the same problem 1 week ago.

This is what you’re looking for:

The code shown in that post is local, so It won’t replicate across all the clients, if you want the strafing to be seen by everybody you must use a RemoteEvent.

2 Likes

Thank you sir flamenco, ive been searching this but i dont understand it. Ill try it, Thank you again.

I am also still new at coding oof.

The main way of strafing the character is by comparing the Dot product of the Body Velocity and Body Direction.

1 Like

Is there also a way to like, do strafing with custom animation? Sorry if im asking too much oof

Probably there is, but I don’t really know how to do that.

1 Like

Its okay, Thank you for the information. (Ill wait for other replies.)