Full Answer
Other Minor rules:
What is the most famous plane in the world?
function fly () flying = true bp.MaxForce = Vector3.new (400000,400000,400000) bg.MaxTorque = Vector3.new (400000,400000,400000) while flying do rs.RenderStepped:wait () bp.Position = myHRP.Position + ( (myHRP.Position - camera.CFrame.p).unit * speed) bg.CFrame = CFrame.new (camera.CFrame.p, myHRP.Position) end end
example:
The Super Helicopter Glitch is probably the best method of flying in Roblox. In order to perform this glitch, you will have to spawn a helicopter and an object that is breakable (e.g., a prop). Place the Helicopter on top of the breakable object and then shoot it with a projectile.
This is probably the second easiest flying technique of all time. We highly recommend this method for players who know how to use cheats. All you have to do is spawn a car and a big object. Place the car on top of the large object and then edit the car by removing most of its collision.
The Super JETPACK Glitch is another great way to fly in Roblox. In order to perform this glitch, you will need two items: A jetpack and a glitched block. Place the Jetpack in a location where it can be interacted with and place a glitched block in another location.
This method of flying is basically a combination of both the Super Helicopter Glitch and the Super JETPACK Glitch. In order to perform this flight technique, you will need three items: A helicopter, a glitched block, and a jetpack. Place the helicopter on top of the glitch block and then shoot it with a projectile.
This method of flying is great for both beginners and experienced players. All that you have to do is press the W key in order to fly up and the S key in order to fly down. In other words, if you want to move forward then press W and if you want to stop then press S.
This method of flying is great for players who want to glide through the sky. In order to fly with a parachute, you will have to press and hold either the W key or the S key in order to move forward and backward respectively. You can also use your mouse to control how fast or slow you are moving.
This is probably the easiest flying technique of all time. We highly recommend this method for players who know how to use cheats. All you have to do is spawn an object (e.g., a car) and then remove the collision from it by editing it. Once you are done with that, go inside of your object and move around.
Well the BodyGyro allows for pitch rotation of the character with the camera. If you want the player to be able to rotate only their camera when not moving it’s a simple adjustment.
The touching the ground can be done in two ways. You could either set a .Touched event for the HRP which triggers stop flying, or alternatively you could do a continuous raycast check whilst flying. I wouldn’t recommend the latter if you’re worried about performance, though.