Reference API Roblox

Engine API

Website

Related

Reference API Roblox

PluginConnection

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
715Connected: bool
715TargetId: string
715Type: PluginConnectionTargetType
715BindToMessage(callbackFunction: Function): RBXScriptConnection
715SendMessage(message: buffer): null
inherited from Object
647ClassName: string
647className: string
647GetPropertyChangedSignal(property: string): RBXScriptSignal
647IsA(className: string): bool
650isA(className: string): bool
647Changed(property: string)

Description

History 7

Members 6

BindToMessage

Parameters (1)
callbackFunctionFunction
Returns (1)
RBXScriptConnection

History 1

Connected

TypeDefault
bool
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]

SendMessage

Parameters (1)
messagebuffer
Returns (1)
null

History 1

TargetId

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]

Type

TypeDefault
PluginConnectionTargetType
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]

Settings