Need help with this shop

So, I’m trying to make a community shop that allows the player to sell their tools for a certain price and if a player leaves the game the tool that is being sold is saves in the ui’s data so that when the player rejoins their tool will still be for sale, I need help to make this global. Example, i someone from a different server puts their tool for sale a player from a different serer can buy it, so if someone could help me with a some what functional script, I’d really appreciate it.

1 Like

Hello Axtrix, while you won’t get such a complex script (or set of scripts and remotes) for free on the dev forum, I could imagine this working with datastores, which work across servers.

Save the sale information independently on a datastore, then call it in a refresh function. Make sure to declare the player selling the item as well.

Nik

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.