SCRIPT ERROR: @DiscordAcePerms/server.lua:102: No such export GetDiscordRoles in resource Badger_Discord_API



Anytime I load into server now it gives me this. I have uninstalled Badger and Discord ace about 10 times now and nothing will change. the export is there however it just isnt reading the export.

2 things could be happening here.

  1. you’re starting this resource BEFORE the API, which typically if something is using an API, it needs to start AFTER the api.
  2. This export is a server sided export and its being called from a client sided file, or vice versa, it is a client sided export being called from a server side file.

Bonus possibility: there is a typo somewhere.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.