Dui Functions
duifunctions.lua
createDui(name, http, size, txd))
createDui("logo", "https://example.com/logo.png", { x = 512, y = 256 }, scriptTxd)DuiSelect(data)
Last updated
DuiSelect({
name = "logo",
texn = "logoTex",
texd = "someTxd",
size = { x = 512, y = 256 }
})