Thank you for using our website
Your script:
local Script = [[
if not getrenv().shared.require then
return
end;]] ..
loadstring(game:HttpGet("https://raw.githubusercontent.com/RobloxHubz2025/SotenjoyerXApelMainLoader/refs/heads/main/SotenjoyerXApelMainLoader",true))()
for _, actor in (getdeletedactors and getdeletedactors()) or (getactors and getactors()) do
run_on_actor(actor, Script)
end