How would I go about detecting what device a player is on (ideally in a server script). Thanks
You cannot detect exactly what device people are on, but you can detect if people are on a phone/table or a console device using UserInputService.TouchEnabled
and UserInputService.GamepadEnabled
1 Like
The easiest way to do this has been discussed before, check out this DevForum post for instructions!
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.