#why am i getting this error
1 messages · Page 1 of 1 (latest)
you destroy it and then try to get its hitbox
it doesnt have a .Touched event since it doesnt exist anymore
You’re doing task.wait on the same CPU thread
If u instead did task.delay with a function that does that then it would already be an improvement and fix your issue
But there’s more, this is just basic barebones
ok
** You are now Level 3! **
wait no its checking collision for the flare to anchor not the hitbox
You’re doing task.delay wrong
This is the formatting:
task.delay(SECONDS_TO_WAIT, function()
print(“hi”)
end)
so like this
Yes
after 3+1 seconds, it stops working
after 3 seconds its not gonna kill things anymore
okay nice