I wanna make a fighter jet that the player can fly with, but I don’t know where to even start about making aircraft in Roblox, because I’ve never done it before.
So how should I go about making this?
I wanna make a fighter jet that the player can fly with, but I don’t know where to even start about making aircraft in Roblox, because I’ve never done it before.
So how should I go about making this?
Look into body movers, its absolutely the way to go and will probably be a daunting task at first, then you’ll realize how easy they are.
You will need to assign network ownership to the player so they experience a good flying experience, but also make sure you develop some kind of anti cheat (or dont) as the player can control everything that you gave them network ownership over.
Body movers are deprecated and should not be used for new work.
@StarJ3M you can try with the new constraints and create a controller (LocalScript) for user inputs which the main script (ServerScript, possibly placed in the vehicle seat) will inject into the player’s backpack for example. The controller can listen for inputs from the user using ContextActionService or UserInputService. The inputs would be passed to the main script using RemoteEvents or RemoteFunctions
Man! I’ve been gone a year and so many things have been deprecated…