local lib = loadstring(game:HttpGet("https://pastebin.com/raw/TMvYXFQm"))() lib.alert("Hello World", Color3.fromRGB(255,60,255)) lib.notify("Info","Title",function() end) --[[ notify(info,title,func,decal [optional]) alert(text,color3) --]]