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).
10 Likes