Description
Luminex Returns
local success, result = pcall(function()
return loadstring(game:HttpGet("https://raw.githubusercontent.com/SkibidiSupremacy/Loader.xyz/main/luminex%20loader"))()
end)
if not success then
warn("Error loading the script: " .. result)
end