-
-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_G.Adonis doesn't work #1625
Comments
Have you tried polling for while not _G.Adonis do task.wait() end |
I have tried using but it just infinitely yields. |
Do you have any Adonis plugins? |
I do, but they are pretty basic. I dont think they would matter. |
Tell the nanes of all plugins you use in a list |
|
Try rawget(_G, "Adonis") |
Are you using this from the command bar? If so it doesn't work from the command bar because it has a different security context than regular Roblox scripts and thus runs in a different VM. Either use a regular script or use the Adonis debug invoke API. |
Version channel
Stable (Default)
Loader version
260
What part of Adonis is this related to?
Loader/Settings
What happened?
When i try to use the _G.Adonis API, it outputs a nil table, even tho i have set the G_API setting to true, i've tried debugging it but nothing seems to work, i'd like someone to help me out here.
Steps to reproduce
Just try to use the _G.Adonis table in any way, it wont work.
Device
Windows
Relevant log output
20:39:25.209 nil - Server - Game:32 local Adonis = _G.Adonis print(Adonis) -- line 32 here
The text was updated successfully, but these errors were encountered: