Here is the original script:
wait(.05) local musicids={1238804383,513492655,138050836} function PickRandomFrom(tab) return tab[math.random(1,#tab)] end local id=PickRandomFrom(musicids) script.Parent.Head.Died=Instance.new("Sound",game.Workspace) script.Parent.Head.Died.SoundId = id else
If you help, that will be greatly appreciated!
I gotchu fam
wait(.05) local musicids={1238804383,513492655,138050836} function PickRandomFrom(tab) return "rbxassetid://"..tostring(tab[math.random(1,#tab)]) end local id=PickRandomFrom(musicids) script.Parent.Head:WaitForChild("Died").SoundId = id