Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How to define and work with your own custom RBXScriptSignal / Event?

Asked by
Ribasu 127
6 years ago
Edited 6 years ago

Hi I am asking: How to implement your own custom events/ RBXScriptSignal?

What I mean is if I have the following MoveToFinished event:

Humanoid.MoveToFinished:Connect(myFunc)

and I want to implement my own event which I will call idle

Humanoid.idle:Connect(myFunc)

How does one implement idle as event to Humanoid?

Answer this question