Skip to content

Events

Overview

Provides methods to access ClientEventWrappers on the client-side.

Methods

GetEventAsync

Skeptic.Events:GetEventAsync(
    name: string
) -> ClientEventWrapper

See: ClientEventWrapper

Waits for a RemoteEvent created by Skeptic.Events:GetEvent() on the server and returns it as soon as possible. This method will wait for max. 30s before timing out and throwing an error.

Warning

RemoteEventWrappers must be created on the server before being accessed on the client.