Shared Exports
Shared side exports for Wix Core:
Debug
exports['wix_core']:Debug(type, message)- type:
ERRORorINFOorEXPORTSorRESOURCES - message:
string
Fetch
exports['wix_core']:Fetch()Returns:
Framework-stringInventory-stringNotify-stringAnticheat-string(Only when called from server side)AnticheatResourceName-string(Only when called from server side)
Example:
local wix = exports['wix_core']:Fetch()
print(wix.Framework)