getgenv().key = "" getgenv().hubname = "coldsnowsbrm5" getgenv().script_id = "u4kipqBZRX1CDHrB" --MUST USE A GOOD INTERNAL EXECUTOR, MOBILE IS NOT SUPPORTED local a=Drawing.new("Text")a.Text="Loading..."a.Size=48;a.Color=Color3.new(255,255,255)a.Outline=true;a.OutlineColor=Color3.new(0,0,0)a.Center=true;a.Position=Vector2.new(workspace.CurrentCamera.ViewportSize.X/2,workspace.CurrentCamera.ViewportSize.Y/2)a.Visible=true; data=request({Url="https://coldsnow.uk/api/loadstring/"..(getgenv().hubname).."/"..getgenv().script_id ,Method="GET" })if not data.Success then game.Players.LocalPlayer:Kick("Script server is down") else cleardrawcache() loadstring(data.Body)() end;