May I add gore to my game if it is completely disabled on XBOX?

Right now, I am planning on adding gore to my game that can be toggleable (off by default) in a user’s settings. Though, the game is going to be XBOX compatible, so I thought to just completely disable gore by using GuiService:IsTenFootInterface(). Is this still allowed even if I do this check to remove the gore setting, and disable it?

Yep. As long as it is 100% disabled on Xbox then you should be fine.

No, you cannot. This is simply due to the fact that there is no way to detect if a player is on XBOX or not. The user can simply unplug their controller and use a keyboard and mouse with their XBOX.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.