Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local RadioGui = Instance.new("ScreenGui")
- local Button = Instance.new("TextButton")
- local Frame = Instance.new("Frame")
- local IdBox = Instance.new("TextBox")
- local PlayButton = Instance.new("TextButton")
- local StopButton = Instance.new("TextButton")
- local PauseButton = Instance.new("TextButton")
- -- Properties
- RadioGui.Name = "Radio Gui"
- RadioGui.Parent = game.StarterGui
- Button.Name = "Button"
- Button.Parent = RadioGui
- Button.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
- Button.BorderColor3 = Color3.new(1, 1, 1)
- Button.Position = UDim2.new(0.00180995476, 0, 0.420926869, 0)
- Button.Size = UDim2.new(0, 179, 0, 25)
- Button.Font = Enum.Font.SourceSans
- Button.FontSize = Enum.FontSize.Size14
- Button.Text = "Open Radio Gui"
- Button.TextSize = 14
- Frame.Parent = RadioGui
- Frame.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
- Frame.BorderColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.0829911977, 0, 0.45110023, 0)
- Frame.Size = UDim2.new(0, 294, 0, 120)
- Frame.Visible = false
- IdBox.Name = "IdBox"
- IdBox.Parent = Frame
- IdBox.BackgroundColor3 = Color3.new(0.839216, 0.839216, 0.839216)
- IdBox.BorderSizePixel = 2
- IdBox.Position = UDim2.new(0.100000001, 0, 0.100000001, 0)
- IdBox.Size = UDim2.new(0.800000012, 0, 0, 50)
- IdBox.Font = Enum.Font.SourceSans
- IdBox.FontSize = Enum.FontSize.Size14
- IdBox.Text = "Paste the sound ID here"
- IdBox.TextScaled = true
- IdBox.TextSize = 14
- IdBox.TextWrapped = true
- PlayButton.Name = "PlayButton"
- PlayButton.Parent = Frame
- PlayButton.AnchorPoint = Vector2.new(0.5, 0.5)
- PlayButton.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
- PlayButton.BorderSizePixel = 2
- PlayButton.Position = UDim2.new(0.200000003, 0, 0.769999981, 0)
- PlayButton.Size = UDim2.new(0.25, 0, 0.300000012, 0)
- PlayButton.Font = Enum.Font.SourceSans
- PlayButton.FontSize = Enum.FontSize.Size32
- PlayButton.Text = "Play"
- PlayButton.TextSize = 30
- PlayButton.TextWrapped = true
- StopButton.Name = "StopButton"
- StopButton.Parent = Frame
- StopButton.AnchorPoint = Vector2.new(0.5, 0.5)
- StopButton.BackgroundColor3 = Color3.new(1, 0.376471, 0.376471)
- StopButton.BorderSizePixel = 2
- StopButton.Position = UDim2.new(0.800000012, 0, 0.769999981, 0)
- StopButton.Size = UDim2.new(0.25, 0, 0.300000012, 0)
- StopButton.Font = Enum.Font.SourceSans
- StopButton.FontSize = Enum.FontSize.Size32
- StopButton.Text = "Stop"
- StopButton.TextSize = 30
- StopButton.TextWrapped = true
- PauseButton.Name = "PauseButton"
- PauseButton.Parent = Frame
- PauseButton.AnchorPoint = Vector2.new(0.5, 0.5)
- PauseButton.BackgroundColor3 = Color3.new(1, 0.772549, 0.494118)
- PauseButton.BorderSizePixel = 2
- PauseButton.Position = UDim2.new(0.5, 0, 0.769999981, 0)
- PauseButton.Size = UDim2.new(0.25, 0, 0.300000012, 0)
- PauseButton.Font = Enum.Font.SourceSans
- PauseButton.FontSize = Enum.FontSize.Size32
- PauseButton.Text = "Pause"
- PauseButton.TextSize = 30
- PauseButton.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment