0% found this document useful (0 votes)
30 views5 pages

Message

The document is a Lua script for a GUI that allows players to enable or disable flying in a game. It includes buttons for adjusting speed, closing the GUI, and displaying the current flying status. The script also manages the player's humanoid state to facilitate flying and swimming functionalities.

Uploaded by

pato
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views5 pages

Message

The document is a Lua script for a GUI that allows players to enable or disable flying in a game. It includes buttons for adjusting speed, closing the GUI, and displaying the current flying status. The script also manages the player's humanoid state to facilitate flying and swimming functionalities.

Uploaded by

pato
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

-- Gui to Lua

-- Version: 3.2

local speaker = [Link]

-- Instances:

local Flymguiv2 = [Link]("ScreenGui")


local FlyFrame = [Link]("Frame")
local ddnsfbfwewefe = [Link]("TextButton")
local Speed = [Link]("TextBox")
local Close = [Link]("TextButton")
local Speeed = [Link]("TextLabel")
local Stat = [Link]("TextLabel")
local Stat2 = [Link]("TextLabel")
local Unfly = [Link]("TextButton")
local Fly = [Link]("TextButton")

local Laballll = [Link]("TextButton")


local Laballll2 = [Link]("TextButton")

--Properties:

[Link] = "Flym gui v2"


[Link] = [Link]
[Link] = [Link]

[Link] = "FlyFrame"
[Link] = Flymguiv2
FlyFrame.BackgroundColor3 = [Link](80, 80, 80)
[Link] = 0
[Link] = true
[Link] = [Link](0.473242491, 0, 0.544645488, 0)
[Link] = [Link](0, 237, 0, 139)
[Link] = true

[Link] = "ddnsfbfwewefe"
[Link] = FlyFrame
ddnsfbfwewefe.BackgroundColor3 = [Link](0, 0, 191)
[Link] = 0
[Link] = [Link](-0.000210968778, 0, -0.00395679474, 0)
[Link] = [Link](0, 237, 0, 27)
[Link] = [Link]
[Link] = "Script made by WarriorRoberr"
ddnsfbfwewefe.TextColor3 = [Link](25, 253, 0)
[Link] = true
[Link] = 14.000
[Link] = true

[Link] = "Speed"
[Link] = FlyFrame
Speed.BackgroundColor3 = [Link](80, 80, 80)
Speed.BorderColor3 = [Link](0, 0, 191)
[Link] = [Link](0.445025861, 0, 0.402877688, 0)
[Link] = [Link](0, 111, 0, 33)
[Link] = [Link]
Speed.PlaceholderColor3 = [Link](255, 255, 255)
[Link] = "16"
Speed.TextColor3 = [Link](255, 255, 255)
[Link] = true
[Link] = 14.000
[Link] = true

[Link] = "Speeed"
[Link] = FlyFrame
Speeed.BackgroundColor3 = [Link](80, 80, 80)
[Link] = 0
[Link] = [Link](0.0759493634, 0, 0.402877688, 0)
[Link] = [Link](0, 87, 0, 32)
[Link] = 0
[Link] = [Link]
[Link] = "Speed:"
Speeed.TextColor3 = [Link](255, 255, 255)
[Link] = true
[Link] = 14.000
[Link] = true

[Link] = "Stat"
[Link] = FlyFrame
Stat.BackgroundColor3 = [Link](80, 80, 80)
[Link] = 0
[Link] = [Link](0.299983799, 0, 0.239817441, 0)
[Link] = [Link](0, 85, 0, 15)
[Link] = [Link]
[Link] = "Status:"
Stat.TextColor3 = [Link](255, 255, 255)
[Link] = true
[Link] = 14.000
[Link] = true

[Link] = "Stat2"
[Link] = FlyFrame
Stat2.BackgroundColor3 = [Link](80, 80, 80)
[Link] = 0
[Link] = [Link](0.546535194, 0, 0.239817441, 0)
[Link] = [Link](0, 27, 0, 15)
[Link] = [Link]
[Link] = "Off"
Stat2.TextColor3 = [Link](255, 0, 0)
[Link] = true
[Link] = 14.000
[Link] = true

[Link] = "Close"
[Link] = FlyFrame
Close.BackgroundColor3 = [Link](0, 0, 191)
[Link] = [Link](0.872971296, 0, -0.198201343, 0)
[Link] = [Link](0, 30, 0, 26)
[Link] = [Link]
[Link] = "X"
Close.TextColor3 = [Link](0, 0, 0)
[Link] = true
[Link] = 14.000
[Link] = true
function CLosee()
Flymguiv2:Destroy()
end
Close.MouseButton1Click:Connect(CLosee)

[Link] = "Laballll"
[Link] = FlyFrame
Laballll.BackgroundColor3 = [Link](0, 0, 191)
[Link] = 0
[Link] = [Link](-0.000210944563, 0, -0.205395609, 0)
[Link] = [Link](0, 78, 0, 27)
[Link] = [Link]
[Link] = "Swim"
Laballll.TextColor3 = [Link](25, 253, 0)
[Link] = true
[Link] = 14.000
[Link] = true

[Link] = "Laballll2"
[Link] = FlyFrame
Laballll2.BackgroundColor3 = [Link](0, 0, 191)
[Link] = 0
[Link] = [Link](0.333122402, 0, -0.205395594, 0)
[Link] = [Link](0, 128, 0, 27)
[Link] = [Link]
[Link] = ""
Laballll2.TextColor3 = [Link](25, 253, 0)
[Link] = true
[Link] = 14.000
[Link] = true

[Link] = "Unfly"
[Link] = FlyFrame
Unfly.BackgroundColor3 = [Link](0, 0, 191)
[Link] = 0
[Link] = [Link](0.0759493634, 0, 0.705797076, 0)
[Link] = [Link](0, 199, 0, 32)
[Link] = false
[Link] = [Link]
[Link] = "Disable"
Unfly.TextColor3 = [Link](255, 255, 255)
[Link] = true
[Link] = 14.000
[Link] = true
Unfly.MouseButton1Click:Connect(function()
[Link] = 168

[Link]:SetStateEnabled([Link],true)
[Link]:SetStateEnabled([Link],true)

[Link]:SetStateEnabled([Link],true)

[Link]:SetStateEnabled([Link],true)

[Link]:SetStateEnabled([Link],true)

[Link]:SetStateEnabled([Link],true)

[Link]:SetStateEnabled([Link],true)

[Link]:SetStateEnabled([Link],true)

[Link]:SetStateEnabled([Link],
true)

[Link]:SetStateEnabled([Link],true)

[Link]:SetStateEnabled([Link],true)

[Link]:SetStateEnabled([Link],
true)

[Link]:SetStateEnabled([Link],true)

[Link]:SetStateEnabled([Link]
,true)

[Link]:SetStateEnabled([Link],true)

[Link]:ChangeState([Link])
[Link] = 16
[Link] = false
[Link] = true
[Link] = "Off"
Stat2.TextColor3 = [Link](255, 0, 0)
end)

[Link] = "Fly"
[Link] = FlyFrame
Fly.BackgroundColor3 = [Link](0, 0, 191)
[Link] = 0
[Link] = [Link](0.0759493634, 0, 0.705797076, 0)
[Link] = [Link](0, 199, 0, 32)
[Link] = [Link]
[Link] = "Enable"
Fly.TextColor3 = [Link](255, 255, 255)
[Link] = true
[Link] = 14.000
[Link] = true
Fly.MouseButton1Click:Connect(function()
[Link] = 0

[Link]:SetStateEnabled([Link],false)

[Link]:SetStateEnabled([Link],false
)
[Link]:SetStateEnabled([Link],false)

[Link]:SetStateEnabled([Link],false)

[Link]:SetStateEnabled([Link],false)

[Link]:SetStateEnabled([Link],false)

[Link]:SetStateEnabled([Link],false)

[Link]:SetStateEnabled([Link],false)

[Link]:SetStateEnabled([Link],
false)

[Link]:SetStateEnabled([Link],false)

[Link]:SetStateEnabled([Link],false)

[Link]:SetStateEnabled([Link],
false)

[Link]:SetStateEnabled([Link],false)

[Link]:SetStateEnabled([Link]
,false)

[Link]:SetStateEnabled([Link],false)
[Link]:ChangeState([Link])
[Link] = [Link]
[Link] = false
[Link] = true
[Link] = "On"
Stat2.TextColor3 = [Link](0, 255, 0)
end)

You might also like