Among Us Task Bar

I Need Help With A Among Us Task Bar. I Tried One Guide, But They Removed Images Of Blocks.

1 Like

When you complete a task, make it send a channel that will increase a counter. Set the counter to update a property.(called x)
Then, open a game over lay and in blocks add

Set text: Create Text With: 
Tasks Completed: 
Get property, X.
1 Like

Use an overlay that tracks the value of the property tasksremaining through blocks. Use another device that decreases the value of tasksremaining by one whenever the player completes a task and then broadcast on a channel when tasksremaining is equal to 0.
(sorry, I can’t take screenshots right now)

OK, Let Me Try These!!

1 Like

the blocks for the code in the game overlay:

What do you mean by “Set the counter to Update A Property”?

1 Like

It’s in the settings.

This:

Btw you can name the property anything you want, it doesn’t necessarily have to be X.

Does The Channel In the Task Completed have to be the same as in the counter?

It doesn’t. It just to label them. But I do recommend keeping it to “tasks Completed:”
:slight_smile:

I named it Grits!!!

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.