--this is the current stable release, the opensource is still availible on Hellhax, but i reccomend running it through the loadstring bellow local root = "https://raw.githubusercontent.com/Candorada/r/refs/heads/main/" if not game:IsLoaded() then game.Loaded:Wait() end; if game.PlaceId ~= 79305036070450 then return end; local get =nil; repeat get = game:HttpGet(root.."baddie.lua") until typeof(get) =="string" loadstring(get)()