-- PLEASE READ DESCRIPTION BEFORE USING!!! -- downloading Eternal Hope, Eternal Fight (oldest forsaken lms) and replacing it with current lms local response = request({ Url = "https://r2.e-z.host/280bafea-4583-489d-99c5-cfbd5c3242a8/xbueonwz.mp3", Method = "GET" }) if response.StatusCode == 200 then writefile("A GRAVE SOUL (NOW, RUN).mp3", response.Body) end -- this part is not required, but it's a clear example on how to replace lms with your custom songs -- i highly recommend you to remove this part in case you don't want to accidentally replace your song loadstring(game:HttpGet("https://raw.githubusercontent.com/mehhovcki-dev/roblox-scripts/refs/heads/main/forsaken.lua"))()