Advertisement
Guest User

FineGui

a guest
Jul 15th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Body = Instance.new("Frame")
  4. local ChatLogs = Instance.new("TextButton")
  5. local TrollFE = Instance.new("TextButton")
  6. local RevizAdmin = Instance.new("TextButton")
  7.  
  8. -- Properties
  9.  
  10. Body.Name = "Body"
  11. Body.Parent = game.StarterGui.FineGui
  12. Body.BackgroundColor3 = Color3.new(0.0196078, 0.427451, 0)
  13. Body.Position = UDim2.new(0.0575035065, 0, 0.815939307, 0)
  14. Body.Size = UDim2.new(0, 583, 0, 73)
  15.  
  16. ChatLogs.Name = "Chat Logs"
  17. ChatLogs.Parent = Body
  18. ChatLogs.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  19. ChatLogs.Position = UDim2.new(-0.000832716003, 0, 0.150684938, 0)
  20. ChatLogs.Size = UDim2.new(0, 171, 0, 50)
  21. ChatLogs.Font = Enum.Font.SourceSans
  22. ChatLogs.Text = "Chat Logs"
  23. ChatLogs.TextColor3 = Color3.new(0, 0, 0)
  24. ChatLogs.TextScaled = true
  25. ChatLogs.TextSize = 14
  26. ChatLogs.TextWrapped = true
  27.  
  28. TrollFE.Name = "Troll FE"
  29. TrollFE.Parent = Body
  30. TrollFE.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  31. TrollFE.Position = UDim2.new(0.352512062, 0, 0.150684938, 0)
  32. TrollFE.Size = UDim2.new(0, 171, 0, 50)
  33. TrollFE.Font = Enum.Font.SourceSans
  34. TrollFE.Text = "Troll FE"
  35. TrollFE.TextColor3 = Color3.new(0, 0, 0)
  36. TrollFE.TextScaled = true
  37. TrollFE.TextSize = 14
  38. TrollFE.TextWrapped = true
  39.  
  40. RevizAdmin.Name = "Reviz Admin"
  41. RevizAdmin.Parent = Body
  42. RevizAdmin.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  43. RevizAdmin.Position = UDim2.new(0.7058568, 0, 0.150684938, 0)
  44. RevizAdmin.Size = UDim2.new(0, 171, 0, 50)
  45. RevizAdmin.Font = Enum.Font.SourceSans
  46. RevizAdmin.Text = "Reviz Admin"
  47. RevizAdmin.TextColor3 = Color3.new(0, 0, 0)
  48. RevizAdmin.TextScaled = true
  49. RevizAdmin.TextSize = 14
  50. RevizAdmin.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement