Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local p = game.Players.LocalPlayer
- local gui = Instance.new('ScreenGui',p.PlayerGui)
- local frame = Instance.new('ScrollingFrame',gui)
- local open = Instance.new('TextButton',gui)
- local name = Instance.new('TextLabel',frame)
- local mcdon = Instance.new('TextButton',frame)
- local gui = Instance.new('ScreenGui',p.PlayerGui)
- local eyeball = Instance.new('TextButton',p.PlayerGui)
- local destroyer = Instance.new('TextButton',p.PlayerGui)
- gui.Name = "Serverside (void)Fat"
- frame.Name = "FATSHIT"
- open.Name = "Open"
- name.Name = "Name"
- mcdon.Name = "RocknRoll"
- exit.Name = "ExitButton"
- eyeball.Name = "UrAdmin"
- destroyer.Name = "ClickDie"
- frame.Visible = true
- open.Visible = false
- name.Visible = true
- mcdon.Visible = true
- eyeball.Visible = true
- escape.Visible = true
- exit.Visible = true
- destroyer.Visible = true
- frame.BackgroundColor3 = Color3.new(255,255,255)
- open.BackgroundColor3 = Color3.new(105,105,105)
- name.BackgroundColor3 = Color3.new(255,255,255)
- mcdon.BackgroundColor3 = Color3.new(255,255,255)
- eyeball.BackgroundColor3 = Color3.new(255,255,255)
- exit.BackgroundColor3 = Color3.new(255,0,0)
- destroyer.BackgroundColor3 = Color3.new(21,00,00)
- Remmeber to fix how much commands there are also this isn’t finished
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement