Fluent GUI
  • 📓Fluent Library
  • 🔥Quick Start
  • Documentation
    • ❔Guide
      • 📄Fluent
      • 📄Save Manager
      • 📄Interface Manager
      • 💡Hints
    • ⚙️Documentation
      • 💻Fluent
    • 📃Examples
Powered by GitBook
On this page
  1. Documentation
  2. Guide

Hints

This page contains some useful guides

Disable coroutines when exiting Fluent window

You can check if Fluent is unloaded and break coroutines loops

function Test()
    while task.wait() do
        print("something")
        if Fluent.Unloaded then break end
    end
end

coroutine.resume(coroutine.create(Test))
PreviousInterface ManagerNextDocumentation

Last updated 1 year ago

❔
💡
Page cover image