#why i can't cancel?

1 messages · Page 1 of 1 (latest)

weak drum
#

wth why would it error

fallow reef
#

i just tested this and it works fine for me

#
local t = task.delay(1, function()
    print("Delay ended")
    task.wait(5)
    print("Wait ended")
end)
task.wait(2)
print("Cancel")
task.cancel(t)
#

im guessing something is wrong with you crewData.Task

#

if you print(crewData.Task) just before you cancel what does it print?