Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ExecutedRemoteCommand

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 4

HistoryMember
688RunMoreCode(code: string, args: Tuple): null
688SendUpdate(args: Tuple): null
688Stop(): null
688ReceivedUpdate(args: Tuple)
inherited from Object
647ClassName: string
647className: string
647GetPropertyChangedSignal(property: string): RBXScriptSignal
647IsA(className: string): bool
650isA(className: string): bool
647Changed(property: string)

Description

History 5

Members 4

ReceivedUpdate

Parameters (1)
argsTuple

History 1

RunMoreCode

Parameters (2)
codestring
argsTuple
Returns (1)
null

History 1

SendUpdate

Parameters (1)
argsTuple
Returns (1)
null

History 1

Stop

Parameters (0)
No parameters.
Returns (1)
null

History 1

Settings