Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local RefreshPlayer = Instance.new("TextButton")
- local LagServer = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local LagServer_2 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.BorderSizePixel = 5
- Frame.Position = UDim2.new(0.0994575024, 0, 0.175050288, 0)
- Frame.Size = UDim2.new(0, 128, 0, 236)
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(189, 185, 183)
- TextButton.Position = UDim2.new(0.0814772695, 0, 0.173012644, 0)
- TextButton.Size = UDim2.new(0, 106, 0, 31)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Print(credits)"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- RefreshPlayer.Name = "Refresh Player"
- RefreshPlayer.Parent = Frame
- RefreshPlayer.BackgroundColor3 = Color3.fromRGB(189, 185, 183)
- RefreshPlayer.Position = UDim2.new(0.0814772695, 0, 0.617117941, 0)
- RefreshPlayer.Size = UDim2.new(0, 106, 0, 31)
- RefreshPlayer.Font = Enum.Font.SourceSans
- RefreshPlayer.Text = "(coming soon)"
- RefreshPlayer.TextColor3 = Color3.fromRGB(0, 0, 0)
- RefreshPlayer.TextScaled = true
- RefreshPlayer.TextSize = 14.000
- RefreshPlayer.TextWrapped = true
- LagServer.Name = "LagServer"
- LagServer.Parent = Frame
- LagServer.BackgroundColor3 = Color3.fromRGB(189, 185, 183)
- LagServer.Position = UDim2.new(0.0814772695, 0, 0.814966083, 0)
- LagServer.Size = UDim2.new(0, 106, 0, 31)
- LagServer.Font = Enum.Font.SourceSans
- LagServer.Text = "lag server"
- LagServer.TextColor3 = Color3.fromRGB(0, 0, 0)
- LagServer.TextScaled = true
- LagServer.TextSize = 14.000
- LagServer.TextWrapped = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 0.900
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(-0.0959185734, 0, -0.00291579962, 0)
- TextLabel.Size = UDim2.new(0, 128, 0, 30)
- TextLabel.Font = Enum.Font.Nunito
- TextLabel.Text = "MasaZ"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- LagServer_2.Name = "LagServer"
- LagServer_2.Parent = Frame
- LagServer_2.BackgroundColor3 = Color3.fromRGB(189, 185, 183)
- LagServer_2.Position = UDim2.new(0.0814772695, 0, 0.395474553, 0)
- LagServer_2.Size = UDim2.new(0, 106, 0, 31)
- LagServer_2.Font = Enum.Font.SourceSans
- LagServer_2.Text = "version 1"
- LagServer_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- LagServer_2.TextScaled = true
- LagServer_2.TextSize = 14.000
- LagServer_2.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment