Hey Developers,
I’m trying to load a nice looking UI library into my game on the client. But, I’ve run into some trouble.
Supposedly the library loads in like this;
local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/GreenDeno/Venyx-UI-Library/main/source.lua"))()
Now obviously exploiters mainly use libraries like this, but is it possible to load it into my game on the player’s client? I’m simply trying to make a little admin panel and this UI library would work great.