-- Inventory module; Corruptgore, Aug. 13, 2024
local DataStoreService = game:GetService("DataStoreService")
local PlayerData = DataStoreService:GetDataStore("PlayerData")
local Inventory = {}
Inventory.DATA = {}
return Inventory
To embed this project on your website, copy the following code and paste it into your website's HTML: