Hello! I am making a slide system for my game like Flood Escape 2 and I am using look velocity to move the player forward. However, there is a problem with this.
In FE2, the player rotates to the direction the player pressed. (Left for A, right for D, etc.)
But in my game, the player slides in the direction they are facing, instead of letting the rotation finish.
The reason why it may not be working is because fe2 sets the hip height to -1.5 and uses the Humanoid:MoveTo() function you also want to resize the root part to (2, 1, 0.5) and calculate the direction + the root part once your down set the size back to 2, 2, 1, set hip height to 0, and use the moveto function the just the root part you also want to check if the player has stop giving input or started so if it started then you start slide but if it ends then it ends.