#API Key
1 messages · Page 1 of 1 (latest)
Which console are you referring to?
F9 / Script Executor
You could use the _G API, https://github.com/Epix-Incorporated/Adonis/wiki/G-API
This than
local _G.Adonis = require(game:GetService("ReplicatedStorage"):WaitForChild("Adonis"))
_G.Adonis.SetRank("thibovg1", "HeadAdmin")
print("HeadAdmin rights assigned to thibovg1)
Now it is your language
local AdminAccess = _G.Adonis.Access("TEST_KEY_SAMPLE", "Admin")
AdminAccess.AddAdmin(game:GetService("Players")["PLAYERNAMEHERE"], 900)
Obviously you need to enable _G in the settings
Okey thanks
Is there also another way under G API