Ive been looking around for a while and either they are outdated or have wrong scripts in them Please help lol
Sound = Instance.new'Sound' Sound.Parent = yourtoolpath Sound.PlayOnRemove = false Sound.SoundId = "soundidhere" (yourtoolpath).Activated:Connect(function() Sound:Play() end)