Undocumented/Hard-To-Find LocationType & PresenceType Values

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)
 */
10 Likes

And now I know what they mean! Thanks.


Not sure why the Computer LocationTypes are not in order, but that’s fine I guess.

1 Like

Yeah, this confused me too. It doesn’t seem like there’s patterns for the orders.

1 Like