Roblox Fly GUI Script Pastebin

Posted on

When you play games in Roblox, you may want to do something and the thing that you want to do is able to be done by using script. What action do you want to do in Roblox? Is it flying? If you want your avatar to fly in Roblox and you are looking for Fly Gui script, you are able to find it in the Pastebin website.

Do you know Pastebin site? It is a site where you are able to save, share and find text online. Usually, programmers use this site to save pieces of sources code or configuration information. However, if you are not a programmer, you can also use the site to find and paste any type of text. This site will make you easier to share the large amounts of text online. So, is there Fly GUI script that we can find in Pastebin? In the Pastebin site, there are some Fly script for Roblox that you are able to use. Here are some of them.


Fly – Roblox Script which was posted by a guest on January 3rd, 2017 and here are the part of the script.

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()

plr.Character.Humanoid.PlatformStand = true

Fly GUI v0.1 which was posted by a guest on November 10th, 2017 and here are the part of the script.

FlyGUI.Name = “FlyGUI”

FlyGUI.Parent = game.Players.LocalPlayer.PlayerGui

Text.Name = “Text”

Text.Parent = FlyGUI

Text.Active = true

Text.BackgroundColor3 = Color3.new(1, 0.666667, 0)

Text.BorderSizePixel = 0

Text.Draggable = true

Text.Position = UDim2.new(0, 103, 0, 226)

Text.Size = UDim2.new(0, 447, 0, 63)

Text.Font = Enum.Font.SourceSans

Text.FontSize = Enum.FontSize.Size14

Text.Text = ”         FlySploit V0.1″

Text.TextScaled = true

Text.TextSize = 14

Text.TextWrapped = true

Text.TextXAlignment = Enum.TextXAlignment.Left

Roblox Fly script which was posted by a guest on January 2nd, 2020. Here is the part of the script.

fly.Name = “fly”

fly.Parent = game.CoreGui

fly.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

epic.Name = “epic”

epic.Parent = fly

epic.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

epic.Position = UDim2.new(0.0911376476, 0, 0.466830462, 0)

epic.Size = UDim2.new(0, 181, 0, 178)

epic.Active = true

epic.Draggable = true

backgroundtitle.Name = “backgroundtitle”

backgroundtitle.Parent = epic

backgroundtitle.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

backgroundtitle.Size = UDim2.new(0, 182, 0, 43)

backgroundtitle.Font = Enum.Font.SciFi

backgroundtitle.Text = “”

backgroundtitle.TextColor3 = Color3.fromRGB(0, 0, 0)

Roblox Fly and Noclip Script which was posted by a guest on August 7th, 2018. Here is the part of the script.

local GrapeGui = Instance.new(“ScreenGui”)

local Holder = Instance.new(“Frame”)

local Top = Instance.new(“Frame”)

local Title = Instance.new(“TextLabel”)

local Main = Instance.new(“Frame”)

local Shutdown = Instance.new(“TextButton”)

local Sound = Instance.new(“TextButton”)

local Noclip = Instance.new(“TextButton”)

There are still more Fly scripts for Roblox that you are able to find in Pastebin website. You are able to access Pastebin site to find them and also to find the complete scripts of the scripts above. So, you can try to find the script now and try to apply it. Good luck!

Leave a Reply

Your email address will not be published. Required fields are marked *