Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

My Text Ends Up 2 When I Do One Task?

Asked by 3 years ago

When I Do A Task It Says I've Done 2 tasks and I Finished All Tasks

function Task()
    for i, v in pairs(TaskFolder:GetChildren()) do
        if v.Status.Value == true then
            Tasks = Tasks + 1
            print(Tasks)
            EventTable.Task:FireAllClients(Tasks)
        end
    end
end
0
Can you be more specific? What game are you making? What is Task function's going to do? At what line did you have called the task function? WINDOWS10XPRO 438 — 3y
0
Basically I'm making a murderer game and I'm adding a task system and when a task is done it sets the status to true and if the status is true then change the status bar text. So I Made A Module Script For The Event Table And I Fired The Event And Passed Tasks Brioche_Noodle 45 — 3y

Answer this question