Is there a way to detect if a RunService function is connected?

  1. What do you want to achieve? Keep it simple and clear!
    I’ve tried to detect by
if connection1.Connected == true then
blabla
end

but it doesn’t work. Do you know if there is a way to detect if a runservice function is connected ? Thank you

Just check if the connection isn’t nil, it should work.

1 Like

Thank you it work

characters30

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.