Skip to content
RubenatorX edited this page Apr 28, 2020 · 1 revision

The player library provides information about the player's inventories.

local items = require('items')

Dependency Required

To use this library, you must include items in the manifest.xml file for your package:

<dependency>items</dependency>
Clone this wiki locally