#Connection:Disconnect() no longer exist ?

9 messages · Page 1 of 1 (latest)

crystal harbor
#

I friking need that method

stable rune
upbeat horizon
#

'

crystal harbor
#

it actually exist for functions at least

#

if u want to disconnect inside the function just do

#

local func

func = Something:Connect(function()
func:Disconnect()
end)