Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local OC = Instance.new("TextButton")
- local Frame = Instance.new("Frame")
- local Play = Instance.new("TextButton")
- local Audio = Instance.new("TextBox")
- local TextLabel = Instance.new("TextLabel")
- local Stop = Instance.new("TextButton")
- local Stop_2 = Instance.new("TextButton")
- local Red = Instance.new("TextButton")
- local Blue = Instance.new("TextButton")
- local Green = Instance.new("TextButton")
- local Rainbow = Instance.new("TextButton")
- -- Properties
- ScreenGui.Parent = game.StarterGui
- ScreenGui.Enabled = false
- OC.Name = "O/C"
- OC.Parent = ScreenGui
- OC.BackgroundColor3 = Color3.new(1, 1, 1)
- OC.BackgroundTransparency = 0.5
- OC.BorderSizePixel = 0
- OC.Position = UDim2.new(0, 0, 0, 250)
- OC.Size = UDim2.new(0, 50, 0, 250)
- OC.Font = Enum.Font.SciFi
- OC.Text = "Close"
- OC.TextSize = 15
- OC.TextTransparency = 0.20000000298023
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 0.80000001192093
- Frame.Position = UDim2.new(0, 50, 0, 250)
- Frame.Size = UDim2.new(0, 350, 0, 250)
- Play.Name = "Play"
- Play.Parent = Frame
- Play.BackgroundColor3 = Color3.new(1, 1, 1)
- Play.BackgroundTransparency = 0.5
- Play.BorderColor3 = Color3.new(1, 1, 1)
- Play.BorderSizePixel = 3
- Play.Position = UDim2.new(0, 21, 0, 206)
- Play.Size = UDim2.new(0, 309, 0, 33)
- Play.Font = Enum.Font.SciFi
- Play.Text = "Play"
- Play.TextColor3 = Color3.new(1, 1, 1)
- Play.TextSize = 25
- Audio.Name = "Audio"
- Audio.Parent = Frame
- Audio.BackgroundColor3 = Color3.new(1, 1, 1)
- Audio.BackgroundTransparency = 0.5
- Audio.BorderColor3 = Color3.new(1, 1, 1)
- Audio.BorderSizePixel = 3
- Audio.Position = UDim2.new(0, 10, 0, 7)
- Audio.Size = UDim2.new(0, 332, 0, 50)
- Audio.Font = Enum.Font.SciFi
- Audio.Text = "Audio ID / Volume Num"
- Audio.TextColor3 = Color3.new(1, 1, 1)
- Audio.TextSize = 25
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.BorderColor3 = Color3.new(1, 1, 1)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0, 0, 0, 57)
- TextLabel.Size = UDim2.new(0, 350, 0, 26)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.Text = "Made By Zombie / - / DJ Zombie"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 14
- Stop.Name = "Stop"
- Stop.Parent = Frame
- Stop.BackgroundColor3 = Color3.new(1, 1, 1)
- Stop.BackgroundTransparency = 0.5
- Stop.BorderColor3 = Color3.new(1, 1, 1)
- Stop.BorderSizePixel = 3
- Stop.Position = UDim2.new(0, 21, 0, 165)
- Stop.Size = UDim2.new(0, 309, 0, 33)
- Stop.Font = Enum.Font.SciFi
- Stop.Text = "Stop"
- Stop.TextColor3 = Color3.new(1, 1, 1)
- Stop.TextSize = 25
- Stop_2.Name = "Stop"
- Stop_2.Parent = Frame
- Stop_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Stop_2.BackgroundTransparency = 0.5
- Stop_2.BorderColor3 = Color3.new(1, 1, 1)
- Stop_2.BorderSizePixel = 3
- Stop_2.Position = UDim2.new(0, 21, 0, 124)
- Stop_2.Size = UDim2.new(0, 309, 0, 33)
- Stop_2.Font = Enum.Font.SciFi
- Stop_2.Text = "Set Volume"
- Stop_2.TextColor3 = Color3.new(1, 1, 1)
- Stop_2.TextSize = 25
- Red.Name = "Red"
- Red.Parent = Frame
- Red.BackgroundColor3 = Color3.new(1, 0.294118, 0.294118)
- Red.BackgroundTransparency = 0.5
- Red.BorderColor3 = Color3.new(1, 1, 1)
- Red.BorderSizePixel = 3
- Red.Position = UDim2.new(0, 21, 0, 83)
- Red.Size = UDim2.new(0, 43, 0, 33)
- Red.Font = Enum.Font.SciFi
- Red.Text = "Red"
- Red.TextColor3 = Color3.new(1, 0, 0)
- Red.TextScaled = true
- Red.TextSize = 25
- Red.TextWrapped = true
- Blue.Name = "Blue"
- Blue.Parent = Frame
- Blue.BackgroundColor3 = Color3.new(0.294118, 0.294118, 1)
- Blue.BackgroundTransparency = 0.5
- Blue.BorderColor3 = Color3.new(1, 1, 1)
- Blue.BorderSizePixel = 3
- Blue.Position = UDim2.new(0, 86, 0, 83)
- Blue.Size = UDim2.new(0, 43, 0, 33)
- Blue.Font = Enum.Font.SciFi
- Blue.Text = "Blue"
- Blue.TextColor3 = Color3.new(0, 0.0666667, 1)
- Blue.TextScaled = true
- Blue.TextSize = 25
- Blue.TextWrapped = true
- Green.Name = "Green"
- Green.Parent = Frame
- Green.BackgroundColor3 = Color3.new(0.294118, 1, 0.294118)
- Green.BackgroundTransparency = 0.5
- Green.BorderColor3 = Color3.new(1, 1, 1)
- Green.BorderSizePixel = 3
- Green.Position = UDim2.new(0, 153, 0, 83)
- Green.Size = UDim2.new(0, 43, 0, 33)
- Green.Font = Enum.Font.SciFi
- Green.Text = "Green"
- Green.TextColor3 = Color3.new(0, 1, 0)
- Green.TextScaled = true
- Green.TextSize = 25
- Green.TextWrapped = true
- Rainbow.Name = "Rainbow"
- Rainbow.Parent = Frame
- Rainbow.BackgroundColor3 = Color3.new(0, 1, 0.784314)
- Rainbow.BackgroundTransparency = 0.5
- Rainbow.BorderColor3 = Color3.new(1, 1, 1)
- Rainbow.BorderSizePixel = 3
- Rainbow.Position = UDim2.new(0, 220, 0, 83)
- Rainbow.Size = UDim2.new(0, 110, 0, 33)
- Rainbow.Font = Enum.Font.SciFi
- Rainbow.Text = "Rainbow"
- Rainbow.TextColor3 = Color3.new(0, 0.133333, 1)
- Rainbow.TextScaled = true
- Rainbow.TextSize = 25
- Rainbow.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement