Skip to content

[[client]]

Attribute

Function exists on the client only.

[[client]]
void UpdateUI() { }

None.

Per function.

omitted on server files; RunService:IsClient() wrapper in modules

Mirror of [[server]].

[[client]]
void UpdateUI() {}

Emits:

-- emitted only when the file is a LocalScript / IsClient()

attr-server · ../files