Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local p = game.Players.LocalPlayer
- ew('TextButton',frame)
- local exit = Instance.new('TextButton',frame)
- local killaura = Instance.new('TextButton',frame)
- -- Instance Objects
- 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 arrest = Instance.new('TextButton',frame)
- local btools = Instance.new('TextButton',frame)
- local escape = Instance.n
- local melee = Instance.new('TextButton',frame)
- local removedoors = Instance.new('TextButton',frame)
- local tools = Instance.new('TextButton',frame)
- -- Name object
- gui.Name = "Prison Life v2.0 GUI"
- frame.Name = "Commands"
- open.Name = "Open"
- name.Name = "Name"
- arrest.Name = "ArrestButton"
- btools.Name = "BtoolsButton"
- escape.Name = "EscapeButton"
- exit.Name = "ExitButton"
- killaura.Name = "KillauraButton"
- melee.Name = "MeleeButton"
- removedoors.Name = "RemoveDoorsButton"
- tools.Name = "ToolsButton"
- -- Object Visible
- frame.Visible = true
- open.Visible = false
- name.Visible = true
- arrest.Visible = true
- btools.Visible = true
- escape.Visible = true
- exit.Visible = true
- killaura.Visible = true
- melee.Visible = true
- removedoors.Visible = true
- tools.Visible = true
- -- Background Color
- frame.BackgroundColor3 = Color3.new(255,255,255)
- open.BackgroundColor3 = Color3.new(0,255,255)
- name.BackgroundColor3 = Color3.new
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement