Roblox API Reference

PlatformCloudStorageService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (3)

Type Member History
Dictionary GetUserDataAsync (string key)
bool IsUserDataAvailable ()
null SetUserDataAsync (string key, Dictionary data)
57 members inherited from Instance

History

Members

GetUserDataAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
key string none

Tags: [Yields]

IsUserDataAvailable On DevHub

Name Type Default
No parameters.

SetUserDataAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
key string none
data Dictionary none

Tags: [Yields]