I know I can tell if the game is running on a mobile device via UserInputService.TouchEnabled
.
I would like to know if there is any way to get more details of this device:
- Windows? Xbox? tablet? Brand? Model? Operating System Version?
I know I can tell if the game is running on a mobile device via UserInputService.TouchEnabled
.
I would like to know if there is any way to get more details of this device:
As far as I know, getting that sort of information is impossible, primarily for privacy reasons.