API Reference
Signal Library
Inspecting event connections and firing events directly.
getconnections(signal: RBXScriptSignal): { Connection }Returns the connections attached to an event.
firesignal(signal: RBXScriptSignal, ...: any): ()Fires an event with the given arguments.
fireclickdetector(detector: ClickDetector, distance: number?, event: string?): ()Triggers a click detector.
firetouchinterest(part: BasePart, target: BasePart, toggle: number): ()Triggers a touch interest between two parts.
fireproximityprompt(prompt: ProximityPrompt): ()Triggers a proximity prompt.
replicatesignal(signal: RBXScriptSignal, ...: any): ()Fires an event so the server observes it.
getcallbackvalue(object: Instance, property: string): function?Returns the function assigned to a callback property.