I have an issue where I’m trying to disconnect a connection to a humanoid event, but the connection doesn’t seem to be changed when I call :Disconnect() on it.
Disconnecting a connection doesn’t delete it or change its value to nil; it just stops firing and changes its ‘Connected’ property to false instead of true.