Installation
Learn how to install the TaskScheduler module in your game!
TaskScheduler Installation Guide
Option 1: Installing the Module from Roblox Creator Shop
local TaskScheduler = require(game.ReplicatedStorage.TaskScheduler) -- Make sure to use the correct path
TaskScheduler:AddLog("TaskScheduler Module Loaded", "require module")Important Notes:
Option 2: Directly Requiring the Module by Asset ID
Last updated