Advertisement
2AreYouMental110

creeper chaos (beta) stat gui

Aug 19th, 2022
2,272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.24 KB | None | 0 0
  1. -- i dont know why you would execute this without the creeper chaos script
  2. local folder = Instance.new("Folder")
  3. local scrgui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local humans = Instance.new("TextLabel")
  6. local creepers = Instance.new("TextLabel")
  7. local timer = Instance.new("TextLabel")
  8. local textlabel = Instance.new("TextLabel")
  9. local textlabel_2 = Instance.new("TextLabel")
  10. local textlabel_3 = Instance.new("TextLabel")
  11. local textlabel_4 = Instance.new("TextLabel")
  12.  
  13. --Properties:
  14.  
  15. folder.Parent = game.CoreGui
  16. folder.Name = "stat thing folder"
  17.  
  18. scrgui.Parent = folder
  19. scrgui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20. scrgui.Name = "stat thing"
  21.  
  22. Frame.Parent = scrgui
  23. Frame.Active = true
  24. Frame.BackgroundColor3 = Color3.fromRGB(0, 120, 255)
  25. Frame.BorderColor3 = Color3.fromRGB(255, 255, 255)
  26. Frame.Position = UDim2.new(0.248021111, 0, 0.0752293542, 0)
  27. Frame.Size = UDim2.new(0, 381, 0, 380)
  28. Frame.Draggable = true
  29.  
  30. humans.Name = "humans"
  31. humans.Parent = Frame
  32. humans.BackgroundColor3 = Color3.fromRGB(0, 99, 255)
  33. humans.BorderColor3 = Color3.fromRGB(255, 255, 255)
  34. humans.Position = UDim2.new(0.501312315, 0, 0.213157892, 0)
  35. humans.Size = UDim2.new(0, 190, 0, 99)
  36. humans.Font = Enum.Font.SourceSans
  37. humans.Text = "humans"
  38. humans.TextColor3 = Color3.fromRGB(255, 255, 255)
  39. humans.TextScaled = true
  40. humans.TextSize = 14.000
  41. humans.TextWrapped = true
  42.  
  43. creepers.Name = "creepers"
  44. creepers.Parent = Frame
  45. creepers.BackgroundColor3 = Color3.fromRGB(0, 99, 255)
  46. creepers.BorderColor3 = Color3.fromRGB(255, 255, 255)
  47. creepers.Position = UDim2.new(0.501312315, 0, 0.475438654, 0)
  48. creepers.Size = UDim2.new(0, 190, 0, 99)
  49. creepers.Font = Enum.Font.SourceSans
  50. creepers.Text = "creepers"
  51. creepers.TextColor3 = Color3.fromRGB(255, 255, 255)
  52. creepers.TextScaled = true
  53. creepers.TextSize = 14.000
  54. creepers.TextWrapped = true
  55.  
  56. timer.Name = "timer"
  57. timer.Parent = Frame
  58. timer.BackgroundColor3 = Color3.fromRGB(0, 99, 255)
  59. timer.BorderColor3 = Color3.fromRGB(255, 255, 255)
  60. timer.Position = UDim2.new(0.501312315, 0, 0.737719297, 0)
  61. timer.Size = UDim2.new(0, 190, 0, 99)
  62. timer.Font = Enum.Font.SourceSans
  63. timer.Text = "timer"
  64. timer.TextColor3 = Color3.fromRGB(255, 255, 255)
  65. timer.TextScaled = true
  66. timer.TextSize = 14.000
  67. timer.TextWrapped = true
  68.  
  69. textlabel.Name = "textlabel"
  70. textlabel.Parent = Frame
  71. textlabel.BackgroundColor3 = Color3.fromRGB(0, 99, 255)
  72. textlabel.BorderColor3 = Color3.fromRGB(255, 255, 255)
  73. textlabel.Position = UDim2.new(0, 0, 0.21228075, 0)
  74. textlabel.Size = UDim2.new(0, 190, 0, 99)
  75. textlabel.Font = Enum.Font.SourceSans
  76. textlabel.Text = "Humans:"
  77. textlabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  78. textlabel.TextScaled = true
  79. textlabel.TextSize = 14.000
  80. textlabel.TextWrapped = true
  81.  
  82. textlabel_2.Name = "textlabel"
  83. textlabel_2.Parent = Frame
  84. textlabel_2.BackgroundColor3 = Color3.fromRGB(0, 99, 255)
  85. textlabel_2.BorderColor3 = Color3.fromRGB(255, 255, 255)
  86. textlabel_2.Position = UDim2.new(0, 0, 0.478070229, 0)
  87. textlabel_2.Size = UDim2.new(0, 190, 0, 99)
  88. textlabel_2.Font = Enum.Font.SourceSans
  89. textlabel_2.Text = "Creepers:"
  90. textlabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  91. textlabel_2.TextScaled = true
  92. textlabel_2.TextSize = 14.000
  93. textlabel_2.TextWrapped = true
  94.  
  95. textlabel_3.Name = "textlabel"
  96. textlabel_3.Parent = Frame
  97. textlabel_3.BackgroundColor3 = Color3.fromRGB(0, 99, 255)
  98. textlabel_3.BorderColor3 = Color3.fromRGB(255, 255, 255)
  99. textlabel_3.Position = UDim2.new(0, 0, 0.735964954, 0)
  100. textlabel_3.Size = UDim2.new(0, 190, 0, 99)
  101. textlabel_3.Font = Enum.Font.SourceSans
  102. textlabel_3.Text = "Timer:"
  103. textlabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  104. textlabel_3.TextScaled = true
  105. textlabel_3.TextSize = 14.000
  106. textlabel_3.TextWrapped = true
  107.  
  108. textlabel_4.Name = "textlabel"
  109. textlabel_4.Parent = Frame
  110. textlabel_4.BackgroundColor3 = Color3.fromRGB(0, 99, 255)
  111. textlabel_4.BorderColor3 = Color3.fromRGB(255, 255, 255)
  112. textlabel_4.Position = UDim2.new(0.00262467191, 0, -0.00087713945, 0)
  113. textlabel_4.Size = UDim2.new(0, 380, 0, 81)
  114. textlabel_4.Font = Enum.Font.SourceSans
  115. textlabel_4.Text = "Made by 2AreYouMental110"
  116. textlabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  117. textlabel_4.TextScaled = true
  118. textlabel_4.TextSize = 14.000
  119. textlabel_4.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement