This is an API for GameGuardian scripting to be made easier. Currently, in v2, it only shortens some function(s) names and adds a database. The database is very cool as it can store variables in a file and load them up later.
How to install this API to your script?
Just put this code at the top of your script:
api = gg.makeRequest("https://raw.githubusercontent.com/nevertrollsh/nt-gg-api/main/api.lua").content
pcall(load(api))
Usage of the API can be found at its GitHub. You can visit the GitHub project by clicking here.