π‘Hints
This page contains some useful guides
Disable coroutines when exiting Fluent window
function Test()
while task.wait() do
print("something")
if Fluent.Unloaded then break end
end
end
coroutine.resume(coroutine.create(Test))
Last updated