Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- game https://www.roblox.com/games/6902912928/GET-TO-THE-TOP-Beta-V-1-2#
- -- creator jiffy_978
- -- if you know problems add me on Doggo#9118
- -- Instances:
- local TPGUI = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local TpLabel = Instance.new("TextLabel")
- local TpButton = Instance.new("TextButton")
- local UICorner = Instance.new("UICorner")
- local Outline1 = Instance.new("TextLabel")
- --Properties:
- TPGUI.Name = "TPGUI"
- TPGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- TPGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- TPGUI.ResetOnSpawn = false
- Main.Name = "Main"
- Main.Parent = TPGUI
- Main.BackgroundColor3 = Color3.fromRGB(99, 99, 99)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.735679746, 0, 0.101465613, 0)
- Main.Size = UDim2.new(0, 199, 0, 198)
- Main.Active = true
- Main.Draggable = true
- TpLabel.Name = "Tp Label"
- TpLabel.Parent = Main
- TpLabel.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
- TpLabel.BorderColor3 = Color3.fromRGB(255, 255, 255)
- TpLabel.BorderSizePixel = 0
- TpLabel.Size = UDim2.new(0, 199, 0, 50)
- TpLabel.Font = Enum.Font.SourceSans
- TpLabel.Text = "Tp To Top"
- TpLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TpLabel.TextScaled = true
- TpLabel.TextSize = 14.000
- TpLabel.TextWrapped = true
- TpButton.Name = "TpButton"
- TpButton.Parent = Main
- TpButton.BackgroundColor3 = Color3.fromRGB(83, 83, 83)
- TpButton.Position = UDim2.new(0.175879389, 0, 0.383838385, 0)
- TpButton.Size = UDim2.new(0, 128, 0, 98)
- TpButton.Font = Enum.Font.SourceSans
- TpButton.Text = "TP"
- TpButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- TpButton.TextScaled = true
- TpButton.TextSize = 14.000
- TpButton.TextWrapped = true
- UICorner.Parent = TpButton
- Outline1.Name = "Outline1"
- Outline1.Parent = Main
- Outline1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Outline1.BorderColor3 = Color3.fromRGB(255, 255, 255)
- Outline1.Position = UDim2.new(-0.00502514839, 0, 0.25252524, 0)
- Outline1.Size = UDim2.new(0, 200, 0, 0)
- Outline1.Font = Enum.Font.SourceSans
- Outline1.Text = " "
- Outline1.TextColor3 = Color3.fromRGB(0, 0, 0)
- Outline1.TextSize = 14.000
- -- Scripts:
- local function XJNEXQW_fake_script() -- TpButton.LocalScript
- local script = Instance.new('LocalScript', TpButton)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(15, 1136, -541)
- end)
- end
- coroutine.wrap(XJNEXQW_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement