Im new in scripting games, how i can do a trade system? please tell me
1 Like
If you mean a trading system for things like pets in a game, I would suggest having a remote function for all trade actions between two players. Have a player send a request to another to trade, and then let them accept/decline. Then when they insert a new item into their trade, make sure that you register it and that both parties agree. This will be a long system to just type out by hand, so let me link some discussions that should help get you started.
2 Likes
Thanks for tell me how i can do a system trade!
2 Likes
No problem! I have experience with trading systems in games in the past. Feel free to ask more questions if you have any later on
2 Likes