Advertisement
shad0wzombie

Untitled

Jul 28th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. --
  2. person = game.Players.SHAD0WZOMBIE
  3. Gui = Instance.new("ScreenGui")
  4. Gui.Parent = person.PlayerGui
  5. Gui2 = Instance.new("ScreenGui")
  6. Gui2.Parent = person.PlayerGui
  7. MainFrame = Instance.new("Frame")
  8. MainFrame.Parent = Gui
  9. MainFrame.Name = "ParentFrame"
  10. MainFrame.Size = UDim2.new(0, 100, 0, 200)
  11. MainFrame.Position = UDim2.new(0, 0,0, 200)
  12. MainFrame.BorderColor = BrickColor.new("Really red")
  13. MainFrame.BackgroundColor = BrickColor.new("Really black")
  14. Actions = Instance.new("TextButton")
  15. Actions.Parent = MainFrame
  16. Actions.Name = "ActionsButton"
  17. Actions.Text = "Actions"
  18. Actions.Size = UDim2.new(0, 96, 0, 20)
  19. Actions.FontSize = "Size10"
  20. Actions.Position = UDim2.new(0, 2,0, 2)
  21. Actions.TextColor = BrickColor.new("Lime green")
  22. Actions.BackgroundColor = BrickColor.new("Really black")
  23. Actions.BorderColor = BrickColor.new("Really black")
  24. Appearence = Instance.new("TextButton")
  25. Appearence.Parent = MainFrame
  26. Appearence.Name = "ActionsButton"
  27. Appearence.Text = "Appearence"
  28. Appearence.Size = UDim2.new(0, 96, 0, 20)
  29. Appearence.FontSize = "Size10"
  30. Appearence.Position = UDim2.new(0, 2,0, 24)
  31. Appearence.TextColor = BrickColor.new("Lime green")
  32. Appearence.BackgroundColor = BrickColor.new("Really black")
  33. Appearence.BorderColor = BrickColor.new("Really black")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement