Advertisement
Its_YeBoi

Untitled

May 9th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local OC = Instance.new("TextButton")
  5. local Frame = Instance.new("Frame")
  6. local Play = Instance.new("TextButton")
  7. local Audio = Instance.new("TextBox")
  8. local TextLabel = Instance.new("TextLabel")
  9. local Stop = Instance.new("TextButton")
  10. local Stop_2 = Instance.new("TextButton")
  11. local Red = Instance.new("TextButton")
  12. local Blue = Instance.new("TextButton")
  13. local Green = Instance.new("TextButton")
  14. local Rainbow = Instance.new("TextButton")
  15.  
  16. -- Properties
  17.  
  18. ScreenGui.Parent = game.StarterGui
  19. ScreenGui.Enabled = false
  20.  
  21. OC.Name = "O/C"
  22. OC.Parent = ScreenGui
  23. OC.BackgroundColor3 = Color3.new(1, 1, 1)
  24. OC.BackgroundTransparency = 0.5
  25. OC.BorderSizePixel = 0
  26. OC.Position = UDim2.new(0, 0, 0, 250)
  27. OC.Size = UDim2.new(0, 50, 0, 250)
  28. OC.Font = Enum.Font.SciFi
  29. OC.Text = "Close"
  30. OC.TextSize = 15
  31. OC.TextTransparency = 0.20000000298023
  32.  
  33. Frame.Parent = ScreenGui
  34. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  35. Frame.BackgroundTransparency = 0.80000001192093
  36. Frame.Position = UDim2.new(0, 50, 0, 250)
  37. Frame.Size = UDim2.new(0, 350, 0, 250)
  38.  
  39. Play.Name = "Play"
  40. Play.Parent = Frame
  41. Play.BackgroundColor3 = Color3.new(1, 1, 1)
  42. Play.BackgroundTransparency = 0.5
  43. Play.BorderColor3 = Color3.new(1, 1, 1)
  44. Play.BorderSizePixel = 3
  45. Play.Position = UDim2.new(0, 21, 0, 206)
  46. Play.Size = UDim2.new(0, 309, 0, 33)
  47. Play.Font = Enum.Font.SciFi
  48. Play.Text = "Play"
  49. Play.TextColor3 = Color3.new(1, 1, 1)
  50. Play.TextSize = 25
  51.  
  52. Audio.Name = "Audio"
  53. Audio.Parent = Frame
  54. Audio.BackgroundColor3 = Color3.new(1, 1, 1)
  55. Audio.BackgroundTransparency = 0.5
  56. Audio.BorderColor3 = Color3.new(1, 1, 1)
  57. Audio.BorderSizePixel = 3
  58. Audio.Position = UDim2.new(0, 10, 0, 7)
  59. Audio.Size = UDim2.new(0, 332, 0, 50)
  60. Audio.Font = Enum.Font.SciFi
  61. Audio.Text = "Audio ID / Volume Num"
  62. Audio.TextColor3 = Color3.new(1, 1, 1)
  63. Audio.TextSize = 25
  64.  
  65. TextLabel.Parent = Frame
  66. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  67. TextLabel.BackgroundTransparency = 1
  68. TextLabel.BorderColor3 = Color3.new(1, 1, 1)
  69. TextLabel.BorderSizePixel = 0
  70. TextLabel.Position = UDim2.new(0, 0, 0, 57)
  71. TextLabel.Size = UDim2.new(0, 350, 0, 26)
  72. TextLabel.Font = Enum.Font.SciFi
  73. TextLabel.Text = "Made By Zombie / - / DJ Zombie"
  74. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  75. TextLabel.TextSize = 14
  76.  
  77. Stop.Name = "Stop"
  78. Stop.Parent = Frame
  79. Stop.BackgroundColor3 = Color3.new(1, 1, 1)
  80. Stop.BackgroundTransparency = 0.5
  81. Stop.BorderColor3 = Color3.new(1, 1, 1)
  82. Stop.BorderSizePixel = 3
  83. Stop.Position = UDim2.new(0, 21, 0, 165)
  84. Stop.Size = UDim2.new(0, 309, 0, 33)
  85. Stop.Font = Enum.Font.SciFi
  86. Stop.Text = "Stop"
  87. Stop.TextColor3 = Color3.new(1, 1, 1)
  88. Stop.TextSize = 25
  89.  
  90. Stop_2.Name = "Stop"
  91. Stop_2.Parent = Frame
  92. Stop_2.BackgroundColor3 = Color3.new(1, 1, 1)
  93. Stop_2.BackgroundTransparency = 0.5
  94. Stop_2.BorderColor3 = Color3.new(1, 1, 1)
  95. Stop_2.BorderSizePixel = 3
  96. Stop_2.Position = UDim2.new(0, 21, 0, 124)
  97. Stop_2.Size = UDim2.new(0, 309, 0, 33)
  98. Stop_2.Font = Enum.Font.SciFi
  99. Stop_2.Text = "Set Volume"
  100. Stop_2.TextColor3 = Color3.new(1, 1, 1)
  101. Stop_2.TextSize = 25
  102.  
  103. Red.Name = "Red"
  104. Red.Parent = Frame
  105. Red.BackgroundColor3 = Color3.new(1, 0.294118, 0.294118)
  106. Red.BackgroundTransparency = 0.5
  107. Red.BorderColor3 = Color3.new(1, 1, 1)
  108. Red.BorderSizePixel = 3
  109. Red.Position = UDim2.new(0, 21, 0, 83)
  110. Red.Size = UDim2.new(0, 43, 0, 33)
  111. Red.Font = Enum.Font.SciFi
  112. Red.Text = "Red"
  113. Red.TextColor3 = Color3.new(1, 0, 0)
  114. Red.TextScaled = true
  115. Red.TextSize = 25
  116. Red.TextWrapped = true
  117.  
  118. Blue.Name = "Blue"
  119. Blue.Parent = Frame
  120. Blue.BackgroundColor3 = Color3.new(0.294118, 0.294118, 1)
  121. Blue.BackgroundTransparency = 0.5
  122. Blue.BorderColor3 = Color3.new(1, 1, 1)
  123. Blue.BorderSizePixel = 3
  124. Blue.Position = UDim2.new(0, 86, 0, 83)
  125. Blue.Size = UDim2.new(0, 43, 0, 33)
  126. Blue.Font = Enum.Font.SciFi
  127. Blue.Text = "Blue"
  128. Blue.TextColor3 = Color3.new(0, 0.0666667, 1)
  129. Blue.TextScaled = true
  130. Blue.TextSize = 25
  131. Blue.TextWrapped = true
  132.  
  133. Green.Name = "Green"
  134. Green.Parent = Frame
  135. Green.BackgroundColor3 = Color3.new(0.294118, 1, 0.294118)
  136. Green.BackgroundTransparency = 0.5
  137. Green.BorderColor3 = Color3.new(1, 1, 1)
  138. Green.BorderSizePixel = 3
  139. Green.Position = UDim2.new(0, 153, 0, 83)
  140. Green.Size = UDim2.new(0, 43, 0, 33)
  141. Green.Font = Enum.Font.SciFi
  142. Green.Text = "Green"
  143. Green.TextColor3 = Color3.new(0, 1, 0)
  144. Green.TextScaled = true
  145. Green.TextSize = 25
  146. Green.TextWrapped = true
  147.  
  148. Rainbow.Name = "Rainbow"
  149. Rainbow.Parent = Frame
  150. Rainbow.BackgroundColor3 = Color3.new(0, 1, 0.784314)
  151. Rainbow.BackgroundTransparency = 0.5
  152. Rainbow.BorderColor3 = Color3.new(1, 1, 1)
  153. Rainbow.BorderSizePixel = 3
  154. Rainbow.Position = UDim2.new(0, 220, 0, 83)
  155. Rainbow.Size = UDim2.new(0, 110, 0, 33)
  156. Rainbow.Font = Enum.Font.SciFi
  157. Rainbow.Text = "Rainbow"
  158. Rainbow.TextColor3 = Color3.new(0, 0.133333, 1)
  159. Rainbow.TextScaled = true
  160. Rainbow.TextSize = 25
  161. Rainbow.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement