toggle-onToggling eConnect

The event expects 1 argument:

type : String

In this case, type will have to be "ToggleEConnect"

Example Code

Script
local event = game:GetService("ReplicatedStorage"):WaitForChild("ActivExternaleAPI")

if not event then 
	warn("Warn :: Event was not found in ReplicatedStorage!!")
end

event:Fire("ToggleEConnect")

This is synchronized with the base unit, so you don't have to worry about the system breaking.

Last updated