About 50 results
Open links in new tab
  1. How's this code for task system with custom "instances"

    Sep 30, 2024 · These modules are for a task system, where “Tasks” are objects that hold data such as associated players and child objectives, while “Objectives” are objects that manage actually …

  2. Task Queueing Module - Community Resources - Developer Forum

    Jul 4, 2024 · Roblox provides built-in mechanisms for handling coroutines and asynchronous tasks, but it doesn’t natively provide a high-level task queue system out of the box. Here’s a brief overview of …

  3. Task Library - Now Available! - Announcements - Roblox

    Aug 2, 2021 · Hey developers, We have just enabled a brand new library that you can use in your projects. The task library allows you to talk directly with our engine’s task scheduler to manage and …

  4. Efficient task system help - Scripting Support - Roblox

    Oct 24, 2019 · I’m tryna go abouts a task system, that would give players a set of random tasks to complete, each varying in activity/goal. Problem I’m thinking is how to easily access/store each …

  5. How to make a daily & weekly challenge system - Roblox

    May 24, 2023 · Yes I know this question has been asked countless times on the forum, but none of them really go in depth on how to make a proper challenge system. WHAT IM TRYING TO ACHIEVE …

  6. Efficient Task Sheduler - Community Resources - Roblox

    Aug 25, 2023 · Smart Task Scheduler System Marketplace Link: Introduction This Smart Task Scheduler System offers a powerful toolset for effectively managing, prioritizing, and executing …

  7. Basic task system & fetch task - Code Review - Roblox

    Sep 28, 2024 · Tasks.lua local Fetch = require (script.Parent.Type.Fetch) return { -- Task Types ["Fetch"] = Fetch, -- Premade Tasks ["task_fetch_sample"] = function (itemToFetch ...

  8. Feedback: Simple task system for my horror game - Roblox

    Feb 17, 2024 · For example: a typical task could be for the player to find a flaw in the lighting and report it to the receptionist to advance the plot. I would love to get your feedback and suggestions on how …

  9. How should I go about making a task system for my horror game

    Jul 3, 2024 · I’m developing a Roblox horror game where players need to complete a list of tasks before the timer runs out. I’ve been trying to use module scripts to create this system but keep getting stuck …

  10. Among us like wiring system help! - Scripting Support - Roblox

    Sep 23, 2020 · Hey, I’m trying to make a wire task like in among us, however, I have no idea how to do that, how would I do it?