Miss Wanna Die Roblox Id Blox Music. Forest Sounds roblox garfield's inferno code roblox gear id codes roblox hack tool free download roblox hack tool free robux.
Jun 28th, 2017
Roblox Hacked Music Ids
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- local sound = Instance.new('Sound',script.Parent)
- sound.Pitch=1
- sound.Looped=true
- 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()
- local input = tonumber(frame:WaitForChild('Input').Text)
- sound:Stop()
- sound.SoundId=Format:gsub('##ID##', tostring(input))
- end
- frame:WaitForChild('Stop').MouseButton1Click:connect(function()
- end)