I couldn't find any information about this online but does anyone know how one could detect if a player was playing on mobile or not?
You can this to check the players device: http://wiki.roblox.com/index.php?title=API:Class/UserInputService
Inside this service, you can use the propertires like TouchEnabled to check if they are on an iPhone or an iPad.
You can also use the property, GamepadEnabled to check if they are an console.