Freemium Script Loader ( Get key inside of the script when executed ) local Script = [[ if not getrenv().shared.require then return end;]] .. loadstring(game:HttpGet("https://raw.githubusercontent.com/RobloxHubz2025/SotenjoyerXApelFreemiumMainLoader/refs/heads/main/SotenjoyerXApelFreemiumMainLoader", true))() for _, actor in (getdeletedactors and getdeletedactors()) or (getactors and getactors()) do run_on_actor(actor, Script) end