How to go about making a flying system

the title is pretty much most of what i mean.

I know i have to use the UIS and body-movers, but im unsure how to really go about it. help would be appriciated greatly :slightly_smiling_face:

Do you want to make a helicopter or plane?

i actually want the player to fly. Im making this game and the player can fly on “broomsticks” kinda like how witches fly. So i’d like to make the player themself fly

Seat the player in a VehicleSeat, create a LinearVelocity for the VehicleSeat and set the LinearVelocity’s arrow facing the direction of the player’s mouse at x speed and that should get you a nice prototype.

1 Like