Wing Fortress/Flying Battery Wind Fan

With a bit of physics and code wizardry, I present to you: the floating fan from the Sega Sonic games!

I recently thought about how the developers made it work, so I decided to shoot my shot and made something similar enough.





https://gyazo.com/62927a054329609028f2437e5274eabe

I might publish this model to the marketplace later. What do you think?

7 Likes

Incredible, server or client? What happens if the player has lag?

1 Like

All done on client, including the fan animations. If the framerate drops, the physics slow down because of how Roblox works.

1 Like

Did you use the new aerodynamics update for this?

Nope, just LinearVelocity going straight up. The force is mass * (workspace.Gravity + acceleration).

1 Like