Roblox presence api presence types

Hi! This is quite an easy one to answer… What do the presence types on presence.roblox.com mean? They return number values (0, 1, 2, 3). Does anyone know how they works? Like what do the numbers mean? Example:

{
  "userPresences": [
    {
      "userPresenceType": 3, (this is what im talking about. i was in studio so i know that 3 is studio)
      "lastLocation": "",
      "placeId": null,
      "rootPlaceId": null,
      "gameId": null,
      "universeId": null,
      "userId": 469545401,
      "lastOnline": "2023-11-29T07:25:19.91Z"
    }
  ]
}

ps: first post i became a member finally!!!

“User presence Type [‘Offline’ = 0, ‘Online’ = 1, ‘InGame’ = 2, ‘InStudio’ = 3, ‘Invisible’ = 4]”

Source: https://presence.roblox.com/docs/json/v1

1 Like

Thanks!

need more characters

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.