Event

Connection-based PseudoEvents (BindableEvent wrapper) written by Validark.

Connect()

Wait()

.new()

Example

local Event = Knight.Shared.Objects.Event.new()

Event:Connect(function(...)

end)

Last updated

Was this helpful?