We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Recursively copy all content from one table to another
TRP3_API.utils.table.copy(destination, source)
destination
source
Copy content from one table into another
local tableAPI = TRP3_API.utils.table local destination = {} local source = {"Ghost" = 1} tableAPI.tableCopy(destination, source)