Reference API Roblox

Engine API

Website

Related

Reference API Roblox

CreatorType

Indicates whether the currently running place is owned by an individual user or a group.

Items 2

HistoryNameValueDescription
47User0

The place is owned by a single user.

47Group1

The place is owned by a group.

Description

Indicates whether the currently running place is owned by an individual user (CreatorType.User) or a group (CreatorType.Group). Read from properties such as DataModel.CreatorType.

History 3

Settings