Jump to content

GameGuardian API | (+ with Database)


nevertrolls
 Share

Recommended Posts

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.