Looking for information about FE Fly script maybe a little bit difficult. So, you decide to come to this site and then you find this article. Well, hopefully you come to the right site since we are going to explain what we found about FE Fly script.
Before we explain about FE Fly script, it is better for you to know the definition about exploit since it is an exploit. Okay, exploit can be defined as the application of glitches and software in Roblox to be able to change the game which is done by Roblox players. By doing exploit, they are able to get a lot of money or points for an unfair advantage. However, if you use exploit in a game on Roblox, you have to be careful since if you get caught when you use exploit, you will be able to be banned. Account deletion, poison or even IP ban are some forms of ban that can be done by Roblox.
If we want to use FE Fly script, where can we get the script? If you have played Roblox for a long time and you often search about script or exploit, you surely know that usually script can be found in Pastebin.com, V3rmillion.net, Wearedevs.net, icryptic.net, Github.com and many more. So, you are able to try to search FE Fly script in these website.
You can also use Youtube to find Roblox FE Fly scripts. Some videos about it are Roblox FE Fly script which was published by Time Playz on June 29th, 2018; Roblox Fly script by Pencill er which was published on October 12th, 2018; and (New) OP Admin Command FE Script [Kill all, annoy, fly and more!] which was published by ExploitStudios on January 20th, 2019.
In the video of Time Playz, you can see that he uses Dansploit because he thinks that it is the easiest one. In the video of Pencill er, you are able to see that he gives the script link in the description section so that you are able to download it. The link goes to pastebin.com. Here, we have a part of the script but for more complete script, you are able to visit the Pastebin directly.
function Fly ()
local bg = Instance.new(“BodyGyro”, torso)
bg.P = 9e4
bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
bg.cframe = torso.CFrame
local bv = Instance.new(“BodyVelocity”, torso)
bv.velocity = Vector3.new(0,0.1,0)
bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
repeat wait ()
In the video of ExploitStudios, you can see that he also gives the links of FE command bar script, project alpha and also chill exploits. You are able to click on each link to see and download it.
If you go to the pastebin directly, you can also find Fly script there. One of the scripts is the script by THE_UNKNOWNZ which was published on June 16th, 2018 and the title of the script is Fly Script. Here is the part of the script.
wait();
local MaxFlySpeed = 2 — change this as needed
local UIS = game:GetService(“UserInputService”)
local LocalPlayer = game:GetService(“Players).LocalPlayer
local Torso = (LocalPlayer.Character and LocalPlayer.Character:WaitForChild(“Torso”))
local Mouse = LocalPlayer:GetMouse()
local Tool = Instance.new(“Tool”)
Tool. RequiresHandle = false
Tool.Name = “Fly tool”