Reference API Roblox

Engine API

Website

Related

Reference API Roblox

Object

This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
Tags: [NotCreatable, NotReplicated]

Member index 6

HistoryMember
647ClassName: string
647className: string
647GetPropertyChangedSignal(property: string): RBXScriptSignal
647IsA(className: string): bool
647isA(className: string): bool
647Changed(property: string)

Description

History 7

Members 6

Changed

Parameters (1)
propertystring

History 1

ClassName

TypeDefault
string
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.

History 1

Tags: [ReadOnly, NotReplicated]

GetPropertyChangedSignal

Parameters (1)
propertystring
Returns (1)
RBXScriptSignal

History 1

IsA

Parameters (1)
classNamestring
Returns (1)
bool
This function has a custom internal state. It may behave in a non-standard way.

History 1

Tags: [CustomLuaState]

className

TypeDefault
string
This property is deprecated. It exists only for backward compatibility, and should not be used for new work. ClassName should be used instead.
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.

History 1

Tags: [ReadOnly, NotReplicated, Deprecated]

isA

Parameters (1)
classNamestring
Returns (1)
bool
This function has a custom internal state. It may behave in a non-standard way.

History 1

Tags: [CustomLuaState]

Settings