LogoWix Development
Core/Exports

Shared Exports

Shared side exports for Wix Core:

Debug

exports['wix_core']:Debug(type, message)
  • type: ERROR or INFO or EXPORTS or RESOURCES
  • message: string

Fetch

exports['wix_core']:Fetch()

Returns:

  • Framework - string
  • Inventory - string
  • Notify - string
  • Anticheat - 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)