☑️Setting Up

This is a brief explanation on how to install and setup the module.

First, you'll need to get the module via the Creator Marketplace. Once you get the model, insert the module into ServerScriptService or Workspace. Next, create a new Script and write this code:

local Ezstatz = require(game.ServerScriptService:WaitForChild("Ezstatz")

If you put the module elsewhere in your game, use this code instead:

local ezstatsLocation = ez.stats.location
local Ezstats = require(ezstatsLocation:WaitForChild("Ezstats")

Last updated