doesCodeExist
exports["RiP-Clothing"]:doesCodeExist(code)
This function returns if the code for outfit saving exists or not
Arguments
Name | Type | Optional | Explanation |
---|---|---|---|
code | String | No | code |
Returned Table
Name | Type | Explenation |
---|---|---|
exist | Boolean | code exist |
Example
local exist = exports["RiP-Clothing"]:doesCodeExist(code)
print("Code already exists:", exist)