#I dont know how to make a total exist system like in pet sim 99 u got a amount of pets that exist
1 messages · Page 1 of 1 (latest)
You mean an inventory?
Also we dont do scripts for you, just so u know.
Tho to solve that you have to make a table or physical objects that contain information how much and ehat pets the player has and save it via datastire
i mean like
a system that checks every played in roblox theyre data
if they have data
thne look if they have smth
and then say like how many exists via all players
You'd want to have a separate data store and key that saves the item and the total count.
Whenever a player receives or deletes an item you should call update async on that data store and update it's value respectively