Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local MusicGUI = Instance.new("ScreenGui")
- local Hoster = Instance.new("Frame")
- local Credit = Instance.new("TextLabel")
- local MusicDisplay = Instance.new("TextLabel")
- local Flute = Instance.new("TextButton")
- local Credit2 = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local Screaming = Instance.new("TextButton")
- local Mario = Instance.new("TextButton")
- local Goof = Instance.new("TextButton")
- local Super_Sayin = Instance.new("TextButton")
- local Pokemon = Instance.new("TextButton")
- local Siren = Instance.new("TextButton")
- local Thanks = Instance.new("TextLabel")
- local OpenHost = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- -- Properties
- MusicGUI.Name = "MusicGUI"
- MusicGUI.Parent = game.CoreGui
- Hoster.Name = "Hoster"
- Hoster.Parent = MusicGUI
- Hoster.Active = true
- Hoster.BackgroundColor3 = Color3.new(0.278431, 0.596078, 0.141176)
- Hoster.Position = UDim2.new(-1, 0, 0, 0)
- Hoster.Size = UDim2.new(0, 268, 0, 432)
- Credit.Name = "Credit"
- Credit.Parent = Hoster
- Credit.BackgroundColor3 = Color3.new(0.745098, 0.831373, 0.839216)
- Credit.Position = UDim2.new(-0.0354477614, 0, -0.0740740746, 0)
- Credit.Size = UDim2.new(0, 287, 0, 26)
- Credit.Font = Enum.Font.Highway
- Credit.Text = "Designed and scripted by Velixian#4721"
- Credit.TextColor3 = Color3.new(0.529412, 0.235294, 0.027451)
- Credit.TextScaled = true
- Credit.TextSize = 14
- Credit.TextWrapped = true
- MusicDisplay.Name = "MusicDisplay"
- MusicDisplay.Parent = Hoster
- MusicDisplay.BackgroundColor3 = Color3.new(0.298039, 1, 0.321569)
- MusicDisplay.Position = UDim2.new(0.0261194035, 0, 0.013888889, 0)
- MusicDisplay.Size = UDim2.new(0, 255, 0, 20)
- MusicDisplay.Font = Enum.Font.Fantasy
- MusicDisplay.Text = "Music"
- MusicDisplay.TextScaled = true
- MusicDisplay.TextSize = 14
- MusicDisplay.TextWrapped = true
- Flute.Name = "Flute"
- Flute.Parent = Hoster
- Flute.BackgroundColor3 = Color3.new(0.27451, 0.345098, 1)
- Flute.Position = UDim2.new(0.055970151, 0, 0.0856481493, 0)
- Flute.Size = UDim2.new(0, 239, 0, 36)
- Flute.Font = Enum.Font.Arial
- Flute.Text = "Loud flute"
- Flute.TextScaled = true
- Flute.TextSize = 14
- Flute.TextWrapped = true
- Credit2.Name = "Credit2"
- Credit2.Parent = Hoster
- Credit2.BackgroundColor3 = Color3.new(1, 1, 1)
- Credit2.BackgroundTransparency = 1
- Credit2.Position = UDim2.new(0, 0, 1.02083337, 0)
- Credit2.Size = UDim2.new(0, 268, 0, 22)
- Credit2.Font = Enum.Font.Cartoon
- Credit2.Text = "Credits to all the songs and their respective owners"
- Credit2.TextColor3 = Color3.new(0.192157, 0.101961, 0.701961)
- Credit2.TextScaled = true
- Credit2.TextSize = 14
- Credit2.TextWrapped = true
- Close.Name = "Close"
- Close.Parent = Hoster
- Close.BackgroundColor3 = Color3.new(1, 0, 0)
- Close.Position = UDim2.new(1, 0, 0, 0)
- Close.Size = UDim2.new(0, 23, 0, 26)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.new(0, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14
- Close.TextWrapped = true
- Screaming.Name = "Screaming"
- Screaming.Parent = Hoster
- Screaming.BackgroundColor3 = Color3.new(0.313726, 1, 0.427451)
- Screaming.Position = UDim2.new(0.0541044809, 0, 0.185185194, 0)
- Screaming.Size = UDim2.new(0, 239, 0, 37)
- Screaming.Font = Enum.Font.Arial
- Screaming.Text = "Kid raging"
- Screaming.TextScaled = true
- Screaming.TextSize = 14
- Screaming.TextWrapped = true
- Mario.Name = "Mario"
- Mario.Parent = Hoster
- Mario.BackgroundColor3 = Color3.new(0.32549, 0.584314, 0.407843)
- Mario.Position = UDim2.new(0.0578358248, 0, 0.289351881, 0)
- Mario.Size = UDim2.new(0, 239, 0, 37)
- Mario.Font = Enum.Font.Arial
- Mario.Text = "Loud Mario"
- Mario.TextScaled = true
- Mario.TextSize = 14
- Mario.TextWrapped = true
- Goof.Name = "Goof"
- Goof.Parent = Hoster
- Goof.BackgroundColor3 = Color3.new(0.333333, 0.560784, 0.14902)
- Goof.Position = UDim2.new(0.0578358211, 0, 0.398148149, 0)
- Goof.Size = UDim2.new(0, 239, 0, 39)
- Goof.Font = Enum.Font.Arial
- Goof.Text = "Goofy goober"
- Goof.TextScaled = true
- Goof.TextSize = 14
- Goof.TextWrapped = true
- Super_Sayin.Name = "Super_Sayin"
- Super_Sayin.Parent = Hoster
- Super_Sayin.BackgroundColor3 = Color3.new(0.0627451, 0.4, 0.219608)
- Super_Sayin.Position = UDim2.new(0.0541044809, 0, 0.51157403, 0)
- Super_Sayin.Size = UDim2.new(0, 239, 0, 40)
- Super_Sayin.Font = Enum.Font.Arial
- Super_Sayin.Text = "Super sayin"
- Super_Sayin.TextScaled = true
- Super_Sayin.TextSize = 14
- Super_Sayin.TextWrapped = true
- Pokemon.Name = "Pokemon"
- Pokemon.Parent = Hoster
- Pokemon.BackgroundColor3 = Color3.new(0.658824, 0.635294, 1)
- Pokemon.Position = UDim2.new(0.0541044772, 0, 0.634259284, 0)
- Pokemon.Size = UDim2.new(0, 239, 0, 41)
- Pokemon.Font = Enum.Font.Arial
- Pokemon.Text = "Pokemon Go loud"
- Pokemon.TextScaled = true
- Pokemon.TextSize = 14
- Pokemon.TextWrapped = true
- Siren.Name = "Siren"
- Siren.Parent = Hoster
- Siren.BackgroundColor3 = Color3.new(0, 0, 0)
- Siren.Position = UDim2.new(0.0597014911, 0, 0.756944418, 0)
- Siren.Size = UDim2.new(0, 239, 0, 42)
- Siren.Font = Enum.Font.Arial
- Siren.Text = "Loud siren"
- Siren.TextScaled = true
- Siren.TextSize = 14
- Siren.TextWrapped = true
- Thanks.Name = "Thanks"
- Thanks.Parent = Hoster
- Thanks.BackgroundColor3 = Color3.new(1, 1, 1)
- Thanks.BackgroundTransparency = 1
- Thanks.Position = UDim2.new(0.0597014874, 0, 0.94907403, 0)
- Thanks.Size = UDim2.new(0, 200, 0, 17)
- Thanks.Font = Enum.Font.Code
- Thanks.Text = "Thanks for using!"
- Thanks.TextColor3 = Color3.new(0.0392157, 0.207843, 0.0509804)
- Thanks.TextSize = 14
- OpenHost.Name = "OpenHost"
- OpenHost.Parent = MusicGUI
- OpenHost.BackgroundColor3 = Color3.new(0, 0, 0)
- OpenHost.BackgroundTransparency = 0.69999998807907
- OpenHost.Position = UDim2.new(0, 0, 0.485893428, 0)
- OpenHost.Size = UDim2.new(0, 122, 0, 31)
- Open.Name = "Open"
- Open.Parent = OpenHost
- Open.BackgroundColor3 = Color3.new(1, 1, 1)
- Open.BackgroundTransparency = 1
- Open.Position = UDim2.new(0.0573770478, 0, 0.112903222, 0)
- Open.Size = UDim2.new(0, 108, 0, 24)
- Open.Font = Enum.Font.SourceSans
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(1, 1, 1)
- Open.TextScaled = true
- Open.TextSize = 14
- Open.TextWrapped = true
- game.CoreGui.MusicGUI.OpenHost.Open.MouseButton1Click:connect(function()
- local yut = game.CoreGui.MusicGUI.OpenHost
- yut:TweenPosition(UDim2.new(-1,0,0,0), "In", "Quart")
- local try = game.CoreGui.MusicGUI.Hoster
- try:TweenPosition(UDim2.new(0.687, 0 ,0.101, 0), "In", "Quart")
- end)
- game.CoreGui.MusicGUI.Hoster.Flute.MouseButton1Click:connect(function()
- local sound = Instance.new('Sound')
- sound.Parent = game.Workspace
- sound.SoundId = "http://www.roblox.com/asset/?id=432739893"
- sound.Name = "Vel"
- sound.PlaybackSpeed = 1
- sound.Looped = false
- sound.Playing = true
- sound:Play()
- end)
- game.CoreGui.MusicGUI.Hoster.Close.MouseButton1Click:connect(function()
- local hep = game.CoreGui.MusicGUI.Hoster
- hep:TweenPosition(UDim2.new(-1,0,0,0), "In", "Quart")
- local yui = game.CoreGui.MusicGUI.OpenHost
- yui:TweenPosition(UDim2.new(0, 0, 0.486, 0), "In", "Quart")
- end)
- game.CoreGui.MusicGUI.Hoster.Screaming.MouseButton1Click:connect(function()
- local sound2 = Instance.new('Sound')
- sound2.Parent = game.Workspace
- sound2.SoundId = "http://www.roblox.com/asset/?id=316891313"
- sound2.Name = "Vel"
- sound2.PlaybackSpeed = 1
- sound2.Looped = false
- sound2.Playing = true
- sound2:Play()
- end)
- game.CoreGui.MusicGUI.Hoster.Mario.MouseButton1Click:connect(function()
- local sound3 = Instance.new('Sound')
- sound3.Parent = game.Workspace
- sound3.SoundId = "http://www.roblox.com/asset/?id=442897621"
- sound3.Name = "Vel"
- sound3.PlaybackSpeed = 1
- sound3.Looped = false
- sound3.Playing = true
- sound3:Play()
- end)
- game.CoreGui.MusicGUI.Hoster.Goof.MouseButton1Click:connect(function()
- local sound4 = Instance.new('Sound')
- sound4.Parent = game.Workspace
- sound4.SoundId = "http://www.roblox.com/asset/?id=427802096"
- sound4.Name = "Vel"
- sound4.PlaybackSpeed = 1
- sound4.Looped = false
- sound4.Playing = true
- sound4:Play()
- end)
- game.CoreGui.MusicGUI.Hoster.Super_Sayin.MouseButton1Click:connect(function()
- local sound5 = Instance.new('Sound')
- sound5.Parent = game.Workspace
- sound5.SoundId = "http://www.roblox.com/asset/?id=299036312"
- sound5.Name = "Vel"
- sound5.PlaybackSpeed = 1
- sound5.Looped = false
- sound5.Playing = true
- sound5:Play()
- end)
- game.CoreGui.MusicGUI.Hoster.Pokemon.MouseButton1Click:connect(function()
- local sound6 = Instance.new('Sound')
- sound6.Parent = game.Workspace
- sound6.SoundId = "http://www.roblox.com/asset/?id=487669235"
- sound6.Name = "Vel"
- sound6.PlaybackSpeed = 1
- sound6.Looped = false
- sound6.Playing = true
- sound6:Play()
- end)
- game.CoreGui.MusicGUI.Hoster.Siren.MouseButton1Click:connect(function()
- local sound7 = Instance.new('Sound')
- sound7.Parent = game.Workspace
- sound7.SoundId = "http://www.roblox.com/asset/?id=273495486"
- sound7.Name = "Vel"
- sound7.PlaybackSpeed = 1
- sound7.Looped = false
- sound7.Playing = true
- sound7:Play()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement