Here's the scrpt
LUA.start()
LUA.begin(scripts(
when HEALTH = 10 do
SOUND = new Sound script()()();
SOUND ID = Sound.IDs{"Heartbeat.png"}
wait(1)
SOUND.play(volume 1)(pitch 0.7)(parent = character);
until HEALTH = 100 then end
LUA.finished() = true
LUA.end)
) |