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?
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 .
This, or connection.Disconnect(connection).
I wouldn’t advise using this alternative however.