Just out of curiosity, is implementing a way for a user to buy a dev product that’d gift cash to their friend?
The reason I don’t want a simple gift cash option is someone could create alt accounts, etc. and just login everyday/do the daily tasks and build up cash and give it all to their main. This would prevent any of that from happening.
I know this is a small thing, but could be a cool feature to the few who might use it?
Its possible, just check when the player makes a purchase, theres an event/function for that already. Then once thats done, send currency/add currecny to the player that is being gifted via datastore/player. You’d just have to insert the player/id as usual with your datastore for key. Handle of course on server for it to actually work.