0% found this document useful (0 votes)
221 views6 pages

Lua Teleport Menu GUI Script

Uploaded by

Saul Reyes
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)
221 views6 pages

Lua Teleport Menu GUI Script

Uploaded by

Saul Reyes
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

-- Instances:

local TeleportMenu = [Link]("ScreenGui")


local Frame = [Link]("Frame")
local UICorner = [Link]("UICorner")
local Save = [Link]("TextButton")
local UICorner_2 = [Link]("UICorner")
local Load = [Link]("TextButton")
local UICorner_3 = [Link]("UICorner")
local TextLabel = [Link]("TextLabel")
local value = [Link]("CFrameValue")
local pos = [Link](0.648418069, 0, 0.287390023, 0)

--Properties:

[Link] = "TeleportMenu"
[Link] = [Link]:WaitForChild("PlayerGui")
[Link] = [Link]

[Link] = TeleportMenu
Frame.BackgroundColor3 = [Link](91, 15, 197)
Frame.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.648418069, 0, 0.287390023, 0)
[Link] = [Link](0, 306, 0, 251)

[Link] = Frame

[Link] = "Save"
[Link] = Frame
Save.BackgroundColor3 = [Link](117, 19, 255)
Save.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.173202619, 0, 0.398406386, 0)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = "Save"
Save.TextColor3 = [Link](255, 255, 255)
[Link] = true
[Link] = 14.000
[Link] = true

UICorner_2.Parent = Save

[Link] = "Load"
[Link] = Frame
Load.BackgroundColor3 = [Link](117, 19, 255)
Load.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.173202619, 0, 0.653386474, 0)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = "Load"
Load.TextColor3 = [Link](255, 255, 255)
[Link] = true
[Link] = 14.000
[Link] = true

UICorner_3.Parent = Load

[Link] = Frame
TextLabel.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
TextLabel.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.0392156877, 0, 0.0478087664, 0)
[Link] = [Link](0, 282, 0, 76)
[Link] = [Link]
[Link] = "CFrame Loader"
TextLabel.TextColor3 = [Link](255, 255, 255)
[Link] = true

[Link] = 14.000
[Link] = true

[Link] = [Link]
[Link] = "Value"

-- Scripts:

local function YGEP_fake_script() -- [Link]


local script = [Link]('LocalScript', Save)

[Link]:Connect(function()
local plr = [Link]
if plr then
local char = [Link]
if char then
local hRP = char:FindFirstChild("HumanoidRootPart")
if hRP then
local value =
[Link]:FindFirstChild("Value")
[Link] = [Link]
end
end
end
end)
end
[Link](YGEP_fake_script)()
local function RXLIHFF_fake_script() -- [Link]
local script = [Link]('LocalScript', Load)

[Link]:Connect(function()
local plr = [Link]
if plr then
local char = [Link]
if char then
local hRP = char:FindFirstChild("HumanoidRootPart")
if hRP then
local value =
[Link]:FindFirstChild("Value")
[Link] = [Link]
end
end
end
end)
end
[Link](RXLIHFF_fake_script)()
local function EKFUEHM_fake_script() -- [Link]
local script = [Link]('LocalScript', Frame)

local UserInputService = game:GetService("UserInputService")

local plr = [Link]


local gui = [Link]:FindFirstChild("TeleportMenu").Frame

local dragging
local dragInput
local dragStart
local startPos

local function update(input)


local delta = [Link] - dragStart
[Link] = [Link]([Link], [Link] + delta.X,
[Link], [Link] + delta.Y)
end

[Link]:Connect(function(input)
if [Link] == [Link].MouseButton1 or
[Link] == [Link] then
dragging = true
dragStart = [Link]
startPos = [Link]

[Link]:Connect(function()
if [Link] == [Link] then
dragging = false
pos = [Link]
end
end)
end
end)

[Link]:Connect(function(input)
if [Link] == [Link] or
[Link] == [Link] then
dragInput = input
end
end)

[Link]:Connect(function(input)
if input == dragInput and dragging then
update(input)
end
end)
end
[Link](EKFUEHM_fake_script)()

[Link]:Connect(function()
-- Gui to Lua
-- Version: 3.2

-- Instances:
local TeleportMenu = [Link]("ScreenGui")
local Frame = [Link]("Frame")
local UICorner = [Link]("UICorner")
local Save = [Link]("TextButton")
local UICorner_2 = [Link]("UICorner")
local Load = [Link]("TextButton")
local UICorner_3 = [Link]("UICorner")
local TextLabel = [Link]("TextLabel")

--Properties:

[Link] = "TeleportMenu"
[Link] = [Link]:WaitForChild("PlayerGui")
[Link] = [Link]

[Link] = TeleportMenu
Frame.BackgroundColor3 = [Link](91, 15, 197)
Frame.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = pos
[Link] = [Link](0, 306, 0, 251)

[Link] = Frame

[Link] = "Save"
[Link] = Frame
Save.BackgroundColor3 = [Link](117, 19, 255)
Save.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.173202619, 0, 0.398406386, 0)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = "Save"
Save.TextColor3 = [Link](255, 255, 255)
[Link] = true
[Link] = 14.000
[Link] = true

UICorner_2.Parent = Save

[Link] = "Load"
[Link] = Frame
Load.BackgroundColor3 = [Link](117, 19, 255)
Load.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.173202619, 0, 0.653386474, 0)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = "Load"
Load.TextColor3 = [Link](255, 255, 255)
[Link] = true
[Link] = 14.000
[Link] = true

UICorner_3.Parent = Load

[Link] = Frame
TextLabel.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
TextLabel.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.0392156877, 0, 0.0478087664, 0)
[Link] = [Link](0, 282, 0, 76)
[Link] = [Link]
[Link] = "CFrame Loader"
TextLabel.TextColor3 = [Link](255, 255, 255)
[Link] = true

[Link] = 14.000
[Link] = true

-- Scripts:

local function YGEP_fake_script() -- [Link]


local script = [Link]('LocalScript', Save)

[Link]:Connect(function()
local plr = [Link]
if plr then
local char = [Link]
if char then
local hRP = char:FindFirstChild("HumanoidRootPart")
if hRP then
local value =
[Link]:FindFirstChild("Value")
[Link] = [Link]
end
end
end
end)
end
[Link](YGEP_fake_script)()
local function RXLIHFF_fake_script() -- [Link]
local script = [Link]('LocalScript', Load)

[Link]:Connect(function()
local plr = [Link]
if plr then
local char = [Link]
if char then
local hRP = char:FindFirstChild("HumanoidRootPart")
if hRP then
local value =
[Link]:FindFirstChild("Value")
[Link] = [Link]
end
end
end
end)
end
[Link](RXLIHFF_fake_script)()
local function EKFUEHM_fake_script() -- [Link]
local script = [Link]('LocalScript', Frame)

local UserInputService = game:GetService("UserInputService")

local plr = [Link]


local gui = [Link]:FindFirstChild("TeleportMenu").Frame

local dragging
local dragInput
local dragStart
local startPos

local function update(input)


local delta = [Link] - dragStart
[Link] = [Link]([Link], [Link] +
delta.X, [Link], [Link] + delta.Y)
end

[Link]:Connect(function(input)
if [Link] == [Link].MouseButton1 or
[Link] == [Link] then
dragging = true
dragStart = [Link]
startPos = [Link]

[Link]:Connect(function()
if [Link] == [Link]
then
dragging = false
pos = [Link]
print(pos)
end
end)
end
end)

[Link]:Connect(function(input)
if [Link] == [Link] or
[Link] == [Link] then
dragInput = input
end
end)

[Link]:Connect(function(input)
if input == dragInput and dragging then
update(input)
end
end)
end
[Link](EKFUEHM_fake_script)()
end)

You might also like