Why I can't disconnect RBXScriptConnection?

I’m makinng crafting system. And for normal functionaling I need disconnect some functions. BUT I run into very strange problem - I can’t disconnect RBXScriptConnection.

Can someone explain me why this may occure?

You need to use a colon : instead of a .

1 Like

This, or connection.Disconnect(connection).

I wouldn’t advise using this alternative however.