Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,19 @@ Analytics endpoint for cases when DataStore is throwing too many errors and it's
likely affecting your game really really bad - this could be due to developer errors
or due to Roblox server problems. Could be used to alert players about data store outages.

### ProfileService.IsLive()
``` lua
ProfileService.IsLive() --> [bool] -- (CAN YIELD!!!)
```
Returns true if ProfileService is connected to Roblox DataStores

!!! notice
`.IsLive()` can only return false in Studio

!!! warning
`.IsLive()` can yield while checking if datastores are available in Studio


### ProfileService.GetProfileStore()
``` lua
ProfileService.GetProfileStore(
Expand Down