Creating a Player Flight?

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?

Idea inspired by:

7 Likes

Use Animations or Use BodyGyro and CFrame it.

Can’t the BodyGyro work for this?

1 Like

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.

Rotating the BodyGyros CFrame on Y-axis.

1 Like

Hello!

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.

Thank you.

6 Likes