I know a lot about programming in Roblox, but I don’t know how to start building a helicopter
I want someone to help me or teach me what to do, I just need help with programming
I know a lot about programming in Roblox, but I don’t know how to start building a helicopter
I want someone to help me or teach me what to do, I just need help with programming
OK, lets break down the problem into smaller ones.
Assuming you have a helicopter model, here are the steps I’d begin with.
AssemblyLinearVelocity
for this. You could also have the rotor blade rotate depending on the acceleration,math.clamp
on the rotation in that direction to prevent it from spinning out of control. Again, add an acceleration / deceleration effect to this.AssemblyLinearVelocity
in the forwards / backwards axis to make it go forward or backwards when the corresponding keys are pressed.math.clamp
on this since this should be free rotation.There you go, that should get you started. We won’t just give you the script, since that’s not the point of this. But that is certainly where you can begin. Hope this helped. Ask for help if you need it.
I will do the best I can
Thanks for the steps
Good luck! I’m sure you’ll do just fine but if you need any help, let us know!