Adonis_TC not always loading

Greetings everyone.
I’m experiencing a quite particular problem.
My game is currently using the Adonis_TC Admin module.
The problem with it is that sometimes the module won’t load for the client (help button not showing up, commands not working). I tried multiple times to look at the source code, but Adonis is very complex and I couldn’t find what’s wrong with it.

To sum it all up: most of the times, Adonis loads correctly, but sometimes it doesn’t load and I can’t get why.

Has anyone of you experienced a similar problem? Does anyone of you know what should I look for in the source code?

Thank you in advance for your help.

1 Like

May I know what asset you are using and are there any outputs in the console?

Module: https://create.roblox.com/store/asset/4597755539
The outputs are just about regular Adonis loading and unloading. Even when it doesn’t load for the client, I can see the Adonis server side prints in the output. The only “error” is about LuaWebService, but that error prints in any case, so it can’t be the cause of the problem.

Anyway, in the end I got rid of this by switching to the official Adonis module and loader, and by importing the Adonis_TC’s notification and message UIs as a custom theme, since theming was the main reason why I was using that custom module instead of the stock Adonis one.

So it’s fixed?

charihfsdiuhfduzhvdgsvdqhfgsusadfgvgudef

Yes. I fixed it by switching to the Adonis Official module.
It wasn’t easy to get what exactly was causing the problem, and trying to fix the custom module would probably have resulted in a waste of time.

1 Like

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