Advertisement
Destroyer_again2

Still making 2

Nov 10th, 2018
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2.  
  3. local gui = Instance.new('ScreenGui',p.PlayerGui)
  4. local frame = Instance.new('ScrollingFrame',gui)
  5. local open = Instance.new('TextButton',gui)
  6. local name = Instance.new('TextLabel',frame)
  7. local mcdon = Instance.new('TextButton',frame)
  8. local gui = Instance.new('ScreenGui',p.PlayerGui)
  9. local eyeball = Instance.new('TextButton',p.PlayerGui)
  10. local destroyer = Instance.new('TextButton',p.PlayerGui)
  11.  
  12.  
  13. gui.Name = "Serverside (void)Fat"
  14. frame.Name = "FATSHIT"
  15. open.Name = "Open"
  16. name.Name = "Name"
  17. mcdon.Name = "RocknRoll"
  18. exit.Name = "ExitButton"
  19. eyeball.Name = "UrAdmin"
  20. destroyer.Name = "ClickDie"
  21.  
  22. frame.Visible = true
  23. open.Visible = false
  24. name.Visible = true
  25. mcdon.Visible = true
  26. eyeball.Visible = true
  27. escape.Visible = true
  28. exit.Visible = true
  29. destroyer.Visible = true
  30.  
  31. frame.BackgroundColor3 = Color3.new(255,255,255)
  32. open.BackgroundColor3 = Color3.new(105,105,105)
  33. name.BackgroundColor3 = Color3.new(255,255,255)
  34. mcdon.BackgroundColor3 = Color3.new(255,255,255)
  35. eyeball.BackgroundColor3 = Color3.new(255,255,255)
  36. exit.BackgroundColor3 = Color3.new(255,0,0)
  37. destroyer.BackgroundColor3 = Color3.new(21,00,00)
  38.  
  39. Remmeber to fix how much commands there are also this isn’t finished
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement