-- h0imer Theme local sound = Instance.new("Sound") sound.SoundId = "rbxassetid://1837653908" sound.Volume = 5 sound.PlaybackSpeed = 1 -- Pitch sound.Looped = true sound.Parent = workspace sound:Play()