Am currently attempting to create a Flight for the Player.
In the midst of mapping out ideas of how exactly to do so,
my flight so far uses basic BodyPos & BodyGyro.
I am for my flight to be similar to this as it is a perfect example, however I’m struggling to find a way to make the player tilt forward during flight as well as the left & right tilting upon turning?
Is what I’ve been thinking, changing the BodyGyros CFrame as the Player flies to give the front facing effect, my only other issue is the tilting left / right.
I’m assuming the flight Electric State did is based on momentum. If that’s the case, you can actually find a tool that has just that. I’d recommend digging through the script in this to find a similar effect and also delving into general knowledge on momentum.