I need help with a few of these things

So, I need help with these things:
1: How do I make a sentry friendly to everyone and not just one person by putting ( Team one )
2: Can I make a thing like in DLD or tag domination or something like that, where it shows who is in the lead in the game. ( On the blackboard. )
How do I do these things?

  1. the sentry is friendly to everyone if you put it on team one as everyone is by default on team one unless you switch people to different teams
  2. idk im sorry im too dumb for this one
1 Like

No you are not dumb. You just don’t know how to do it. That doesn’t mean your dumb.

1 Like

I am not so sure for the second one, but maybe like you do some of the coding blocks to detect players in the property?

1 Like
  1. You can place a barrier or wall under the sentry so it can’t attack people.
  2. Yes, if you keep track of each person’s score and every second or so update a board with each person’s score ordered by number, than you can keep track.
    Say you have 3 players (A, B, C):
    [A_Score = 1, B_Score = 3, C_Score = 2]
    You can sort these players by which property is highest, and put the highest score at the top, second highest 2nd, etc.

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