local sound = Instance.new("Sound") -- create the sound sound.Volume = 1 -- normal settings sound.Pitch = 1 sound.Parent = workspace sound.SoundId = ("rbxassetid:// 129358401644476") -- change the id for play another sound sound:Play() -- sound:stop() is stops the sound