Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --xXGokyXx
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.Enabled = false
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.52549, 0.52549, 0.392157)
- Frame.Position = UDim2.new(0.04385278, 0, 0.379209369, 0)
- Frame.Size = UDim2.new(0, 132, 0, 127)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(0.568627, 0.568627, 0.427451)
- TextLabel.BorderColor3 = Color3.new(0, 0, 0)
- TextLabel.Position = UDim2.new(0.5, -65, 0, 0)
- TextLabel.Size = UDim2.new(0, 131, 0, 39)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "TNF Pound TP by xXGokyXx"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.396078)
- TextButton.BorderColor3 = Color3.new(0.0470588, 0.0745098, 0.0980392)
- TextButton.BorderSizePixel = 3
- TextButton.Position = UDim2.new(0.106870234, 0, 0.3671875, 0)
- TextButton.Size = UDim2.new(0, 103, 0, 33)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Teleport to Dropped Pound"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14
- TextButton.TextWrapped = true
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.396078)
- TextButton_2.BorderColor3 = Color3.new(0.0470588, 0.0745098, 0.0980392)
- TextButton_2.BorderSizePixel = 3
- TextButton_2.Position = UDim2.new(0.296264172, 0, 0.753014266, 0)
- TextButton_2.Size = UDim2.new(0, 52, 0, 19)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "Exit"
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextScaled = true
- TextButton_2.TextSize = 14
- TextButton_2.TextWrapped = true
- -- Scripts:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.52549, 0.52549, 0.392157)
- Frame.Position = UDim2.new(0.04385278, 0, 0.379209369, 0)
- Frame.Size = UDim2.new(0, 132, 0, 127)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(0.568627, 0.568627, 0.427451)
- TextLabel.BorderColor3 = Color3.new(0, 0, 0)
- TextLabel.Position = UDim2.new(0.5, -65, 0, 0)
- TextLabel.Size = UDim2.new(0, 131, 0, 39)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "TNF Pound TP by xXGokyXx"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.396078)
- TextButton.BorderColor3 = Color3.new(0.0470588, 0.0745098, 0.0980392)
- TextButton.BorderSizePixel = 3
- TextButton.Position = UDim2.new(0.106870234, 0, 0.3671875, 0)
- TextButton.Size = UDim2.new(0, 103, 0, 33)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Teleport to Dropped Pound"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14
- TextButton.TextWrapped = true
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.396078)
- TextButton_2.BorderColor3 = Color3.new(0.0470588, 0.0745098, 0.0980392)
- TextButton_2.BorderSizePixel = 3
- TextButton_2.Position = UDim2.new(0.296264172, 0, 0.753014266, 0)
- TextButton_2.Size = UDim2.new(0, 52, 0, 19)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "Exit"
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextScaled = true
- TextButton_2.TextSize = 14
- TextButton_2.TextWrapped = true
- -- Scripts:
- TextButton.MouseButton1Down:connect(function()
- local pounds = game.Workspace.World.Items.Pounds.Main.Position
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pounds)
- end)
- TextButton_2.MouseButton1Down:connect(function()
- script:Destroy()
- ScreenGui:Destroy()
- end)
Add Comment
Please, Sign In to add comment