How could I make a player market?

Hey devs!

How could I go about making a market where players can sell their items or buy items from other players who have put items up for sale, (also should work after they leave the game, I assume I’m going to have to use data stores).

Whats the best way to go about doing this?

Any help appreciated!

Anyone know how I can do this, perhaps link some resources/tutorials?

I mean I don’t have experience with this specifically, but I would assume you should use datastores, just make sure each item has some sort of unique identifier that way nothing gets duplicated or deleted from a glitch.

Most likely using by Datastores like the last person said, you could check out ProfileService

1 Like