A tiny package to standardize the Roblox task library. It follows the Sea of Voices Luau Package Standard.
- If
_G.LUA_ENVis set to"roblox", it will use Robloxtaskglobal variable. - If
_G.LUA_ENVis set to"lune", it will use the Lune built-in task package.
No Luau-only implementation is currently available.
Add luau-task in your dependencies:
yarn add luau-taskOr if you are using npm:
npm install luau-taskIf you would like to use this library on a Lua (or Luau) environment where it is currently incompatible, open an issue (or comment on an existing one) to request the appropriate modifications.
The library uses darklua to process its code.
This project is available under the MIT license. See LICENSE.txt for details.