Skip to content

Client Functions

Bekir Aşkar edited this page Mar 24, 2023 · 4 revisions
Function Resource Source Example
getFont fonts Take the font and size you specified. exports.fonts:getFont(“Roboto”, 9)
getIcon fonts Returns the one you specify from the icons in the list. exports.fonts:getIcon(“github”)
getItems items Returns the table of all the player’s items. exports.items:getItems(localPlayer)
hasItem items Sends whether the item specified on the player exists or not. exports.items:hasItem(7,0)
loadFunctions dxlibrary Returns useful functions for dx. assert(loadstring(exports.dxlibrary:loadFunctions()))()
Clone this wiki locally