Trading with badge tools possible?

Hey,

I’ve been wondering on adding trading in my game. But almost all of the tools in my game are scripted to be given when a player gets a specific badge.
Would it be even possible to script a trading system where you can trade these items away?
Or when you traded them away and rejoin will they come back?

I personally don’t think it’s possible to trade these items but i’m not sure so i hope anyone else knows if this is possible.

It is possible. I won’t make a script because I’m not sure about it.

You would have to use DataStores to check if the tool is traded away, you can’t rely solely on BadgeService

And if the player wins the same badge again? Do they not get anything or do they get the tool again.

I won’t recommend you to do that because it is really hard to keep trading without possible dupes etc. it requires a lot of time to script it and it isn’t worthy (my own experience).

1 Like

Ok thanks for the help everyone!

1 Like