Roblox API Reference

App

Summary

Inherits (3)

Member index (6)

Type Member History
int Id
void ConnectToGame (int placeId, string actionName = ) 118
void FollowUser (int userId) 119
Dictionary GetCreations (int userId, int page = 1)
void SetAppId (int newId)
void UnloadGame ()
60 members inherited from DataModel
8 members inherited from ServiceProvider
57 members inherited from Instance

Removed member index (1)

Type Member History
int CreatePlace (string placeName, string actionName, int templatePlaceID) 131

History

Members

ConnectToGame On DevHub

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

History

Tags: [Yields]

FollowUser On DevHub

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

History

Tags: [Yields]

GetCreations On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
userId int none
page int 1

Tags: [Yields]

Id On DevHub

This property is read-only. Its value can be read, but it cannot be modified.

Tags: [ReadOnly]

SetAppId On DevHub

Name Type Default
newId int none

UnloadGame On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
No parameters.

Tags: [Yields]

Removed members

CreatePlace

This function yields. It will block the calling thread until completion.
Name Type Default
placeName string none
actionName string none
templatePlaceID int none

History

Tags: [Yields]