Where do I start on scripting a helicopter?

I have been learning how to code for a while and recently I have been trying to script a basic helicopter but I don’t know where to begin.

I know there’s stuff like body movers but I cant find any great tutorials on it.

Right now I’m trying to figure out how to make the helicopter respond when I touch a key on the keyboard but cant find out what Instance it is or if its something else.

3 Likes

Hey, I believe you might be talking about the User Input Service. Here is what the dev hub has on it: UserInputService | Documentation - Roblox Creator Hub

As for the helicopter, I have never made anything like that, so I am of no help there. However, I assume that using BodyMovers might be the way to go.

2 Likes

I’ve never made a helicopter before. However, I do know that this link has some pretty good information for making helicopters: https://youtu.be/9lumigzd2d0 Use the resources out there!

3 Likes

The First thing You want to learn is BodyGyro, BodyVelocity, BodyForce,BodyThrust and also UserInpuService, Last Need to know lots of Lua math.

3 Likes

Here’s a copter I made for someone a while ago from a very simplistic images he supplied. When I built it (for free) he complained that I couldn’t build. Had he supplied me with a better image of what he wanted I would have built it to that standard, but oh well…
It uses @EgoMoose’s Easy Aircraft Seat V1, which due to updates is a bit twitchy, but you may learn a lot from it nonetheless.

2 Likes

Learn basic physics about helicopters and apply those principlas to roblox

2 Likes

Thank you so much, I will see if I can get this to work.