#How to reconnect functions?
1 messages · Page 1 of 1 (latest)
local connection = game.Workspace.Part.Touched:Connect(function()
print("ye")
end)
just do this again
oh
alr
1 messages · Page 1 of 1 (latest)
local connection = game.Workspace.Part.Touched:Connect(function()
print("ye")
end)
connection:Disconnect()
I disconnect it, but how would I reconnect it?
local connection = game.Workspace.Part.Touched:Connect(function()
print("ye")
end)
just do this again
oh
alr