local ScriptLoader = function(url) local success, response = pcall(game.HttpGet, game, url) return success and loadstring(response)() or warn("Load failed:", response) end ScriptLoader("https://raw.githubusercontent.com/egor2078f/casual-stock/refs/heads/main/Key.lua")