Advertisement
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 MAIN = Instance.new("Frame")
- local ADMIN = Instance.new("TextButton")
- local CARSPAWNER = Instance.new("TextButton")
- local PREVILLX = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- MAIN.Name = "MAIN"
- MAIN.Parent = ScreenGui
- MAIN.BackgroundColor3 = Color3.fromRGB(255, 103, 83)
- MAIN.Position = UDim2.new(0.0334323794, 0, 0.564417183, 0)
- MAIN.Size = UDim2.new(0, 347, 0, 304)
- MAIN.Active=true
- MAIN.draggable+true
- ADMIN.Name = "ADMIN"
- ADMIN.Parent = MAIN
- ADMIN.BackgroundColor3 = Color3.fromRGB(255, 55, 55)
- ADMIN.Position = UDim2.new(-0.0028818443, 0, 0.296052635, 0)
- ADMIN.Size = UDim2.new(0, 200, 0, 50)
- ADMIN.Font = Enum.Font.SourceSans
- ADMIN.Text = "ADMIN"
- ADMIN.TextColor3 = Color3.fromRGB(0, 0, 0)
- ADMIN.TextSize = 14.000ADMIN.MouseButton1Down:connect(function()
- Scripthere
- end)
- CARSPAWNER.Name = "CAR SPAWNER"
- CARSPAWNER.Parent = ScreenGui
- CARSPAWNER.BackgroundColor3 = Color3.fromRGB(73, 152, 255)
- CARSPAWNER.Position = UDim2.new(0.0326894484, 0, 0.866257668, 0)
- CARSPAWNER.Size = UDim2.new(0, 200, 0, 50)
- CARSPAWNER.Font = Enum.Font.SourceSans
- CARSPAWNER.Text = "CAR SPAWNER"
- CARSPAWNER.TextColor3 = Color3.fromRGB(0, 0, 0)
- CARSPAWNER.TextSize = 14.000
- CARSPAWNER.MouseButton1Down:connect(function()
- Scripthere
- end)
- PREVILLX.Name = "PREVILL X"
- PREVILLX.Parent = ScreenGui
- PREVILLX.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- PREVILLX.Position = UDim2.new(0.0326894484, 0, 0.777914107, 0)
- PREVILLX.Size = UDim2.new(0, 200, 0, 50)
- PREVILLX.Font = Enum.Font.SourceSans
- PREVILLX.Text = "PREVILL X"
- PREVILLX.TextColor3 = Color3.fromRGB(0, 0, 0)
- PREVILLX.TextSize = 14.000PREVILLX.MouseButton1Down:connect(function()
- Scripthere
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement