ok so i am making a game right? it has blood which is switchable in the Main Menu settings.
but since roblox got guidelines saying that a game cant be on XBOX when it has blood.
so i want to know if its possible to find out if a player’s playin on XBOX, i need this so i can do it like this
if a player is on XBOX, Blood is FORCED OFF
i only want to know how to find out if a player is playing on xbox, i dont need an entire scrpit that’ll force it off, i really just want to know how to find out if a player’s playin on xbox alright?
Thank you for reading this, please reply
Yep. GuiService:IsTenFootInterface() returns a boolean (true if the player is on console and false if not). The if x then will run if x evaluates to true (literally every value except false and nil in Lua).