- What do you want to achieve? Keep it simple and clear!
I’m adding a randomly generated terrain system to my experience, it has come to my attention however that it is possible (although nearly impossible) that some of these randomly generated terrain pieces could have innapropriate symbols, etc. on them. I can not simply allow the user to ‘re-roll’ the terrain as the terrain piece is not owned by any specific user.
- What is the issue? Include enough details if possible!
I have no clue on how I could design my game to fit with-in Roblox ToU while also keeping my randomly generated terrain. Currently, the terrain system picks different (randomly generated) heights and materials for different pieces of terrain, this could display unsavourable symbols if a user was to get unlucky.
- What solutions have you thought of so far?
I was unable so far to come up with a good solution that doesn’t dis-regard the terrain system (which is the point of the game, so removing it would kill the game) or Roblox ToU.