Reference API Roblox

Engine API

Website

Related

Reference API Roblox

CollaboratorStatus

Describes the current editing activity of a collaborator in a Team Create session.

Items 4

HistoryNameValueDescription
610None0

The collaborator has no active editing context; this is the default status.

610Editing3D1

The collaborator is actively working in the 3D viewport.

610Scripting2

The collaborator is editing a script that is replicated to the server.

610PrivateScripting3

The collaborator is editing a script that is not replicated to the server (a local or module script not visible server-side).

Removed items 4

HistoryNameValue
59200
59211
59222
59233

Description

Describes the current editing activity of a collaborator in a Team Create session. Stored on Collaborator.Status (defaults to CollaboratorStatus.None) and updated server-side via CollaboratorsService. Do not set Collaborator.Status from client code; call through CollaboratorsService so server-side access checks apply.

History 21

Settings