Skip to main content

PortLike

A value that will be accepted as a port by the GetPart(s)(FromPort) functions. It is one (not all) of the following types:


Subtype A

It is of the type Port.


Subtype B

It is of the type number.

Luau Type

This is the luau type for PortLike. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).

export type PortLike = Port | number