I was thinking of implementing a daily reward system in my game that grants a free daily spin. The players would be allowed to purchase more spins for robux, this is in a lot of front page simulators right now but is it considered gambling?
I don’t know if it’s enforced or not I’d just like to know your guy’s input on it.
Many other games have added this feature before, though if you’re adding a pay aspect onto it make sure you put “Paid Random Items” checked on in the game rating questionnaire. But no, its not against TOS.
you’re implementing a random item generator which are illegal in some countries, regardless if it is tied to Robux, so you will have to fetch info from the PolicyService API for each player to read the boolean ‘ArePaidRandomItemsRestricted’ before allowing the user to interact with the spin wheel.