When visiting https://api.roblox.com/users/{userId}/onlinestatus
, you may have stumbled across the values LocationType
& PresenceType
. If you didn’t know what they represented, don’t worry, as I have compiled a table of the values here:
/**
* PresenceType:
* 0 - Offline
* 1 - Online
* 2 - Playing
* 3 - Studio
*/
/**
* LocationType:
* 0 - Mobile (Website)
* 1 - Mobile (Ingame)
* 2 - Computer (Website)
* 3 - Computer (Studio)
* 4 - Computer (Ingame)
* 5 - Xbox (Website/App)
* 6 - Computer (Studio w/ Team Create)
*/