roblox music player script pastebin local sound = Instance.new("Sound",script.Parent) sound.Volume=1 sound.Pitch=1 sound.Name="" sound.Looped=true sound.PlayOnRemove=false local player = game.Players.LocalPlayer local Format = "http://www.roblox.com/asset/?id=##ID##" local frame = script.Parent:WaitForChild("Frame") frame:WaitForChild("Play").MouseButton1Click:connect(function() roblox music player script pastebin How to dowload it? roblox music player script pastebin local input = tonumber(frame:WaitForChild("Input").Text) if input then sound:Stop() sound.SoundId=Format:gsub("##ID##", tostring(input)) sound:Play() end end) frame:WaitForChild("Stop").MouseButton1Click:connect(function() sound:Stop() end) roblox music player script pastebin How to use it? roblox music player script pastebin roblox music player script pastebin