β˜‘οΈ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 Marketplacearrow-up-right. 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")
circle-info

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

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

Last updated