boombox script pastebin mesh.MeshId = "http://www.roblox.com/asset/?id=212302951" mesh.TextureId = "http://www.roblox.com/asset/?id=212303049" mesh.Scale = Vector3.new(4, 4, 4) mesh.VertexColor = Vector3.new(1, 1, 1) mesh.Offset = Vector3.new(0, 0, 0) local function weldBetween(a, b) local weld = Instance.new("ManualWeld") weld.Part0 = a weld.Part1 = b boombox script pastebin PasteShr boombox script pastebin weld.C0 = CFrame.new() weld.C1 = b.CFrame:inverse() * a.CFrame weld.Parent = a return weld; end local hand = radio:clone() hand.Parent=char hand.CFrame=char:WaitForChild("Torso").CFrame*CFrame.new(Vector3.new(0,0,0.9))*CFrame.Angles(0,math.rad(180),math.rad(45)) weldBetween(char:WaitForChild("Torso"), hand) hand.CanCollide=true boombox script pastebin How to dowload it? boombox script pastebin hand.Anchored=false sound = Instance.new("Sound", hand) -- we will now call the radio "hand" sound.Volume = 0.5 sound.Pitch = 1 openguibtn.Visible = true char:FindFirstChild("Radio"):Destroy() end) boombox script pastebin PasteShr boombox script pastebin closebtn.MouseButton1Click:connect(function() openbtn.Visible = true closebtn.Visible = false openguibtn.Visible = false playmusicint.Visible = false isGuiOpen = false char:WaitForChild("Radio"):Destroy() end) boombox script pastebin How to use it? boombox script pastebin playmusicbtn.MouseButton1Click:connect(function() sound:stop() wait(0.2) sound.SoundId = "rbxassetid://"..musicidbox.Text sound:play() end) stopmusicbtn.MouseButton1Click:connect(function() sound:stop() end) boombox script pastebin How to get it for free? boombox script pastebin openguibtn.MouseButton1Click:connect(function() if isGuiOpen == false then isGuiOpen = true playmusicint.Visible = true else isGuiOpen = false playmusicint.Visible = false end end) boombox script pastebin