I’m considering adding a realistic casino building with various casino mechanics to my NYC game. This would have features such as RNG slot machines, big six wheels,blackjack, poker, and more, all using in-game currency. However, Im uncertain if this idea aligns with Roblox’s TOS.
Additionally, if creating casino mechanics is allowed with in-game currency, would it be against the TOS to allow players to buy in-game currency with robux?
yes but no, You missed this line “However, no real money, Robux, or in-experience items of value may be exchanged in connection with any gambling activities.” Meaning they cant use their currency for the casino. Gambling mechanics have to be purely for entertainment
And under this line “Except where prohibited by local law or regulation” they will have to censor/block the casino for some users (probably in the EU)
It might be more headache than its worth, You could have a “closed due to [reasonable explanation]” type sign permanently out front.
If you are still interested in this OP, You could write a permissions module for the casino (serverside) that returns true if a player is allowed to access something. Then only respond to remotes if true. Locally you can just despawn the models+code for machines and lock the buildings doors or something, if your feeling fancy add a sign or something
Appreciate the explanation, Lucid. I could just block building access in certain regions that don’t allow gambling. Closed sign is a pretty good workaround.