foldersDefining the BindableEvent

The bindableEvent is located in ReplicatedStorage, with the name ActivExternaleAPI

Script
-- Example Script

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

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

Last updated