Scenario: a clan gives a donation to a player who is not in-game. The game then needs to save the donation to the player's web data using, say, a SaveString method. But can such a save be done without the Player object present? And if not, is it allowable by ROBLOX to create a fake Player object with the correct userId, etc, to use for the save? |