How Should I make a Hide-and-Seek Hider and Seeker team system?

  1. How should I make a tagging system that makes hiders (team 1) be transferred to seekers (team 2)?
  2. How should I make it so that when the game starts, the hiders and seekers both get messages explaining their role, and when someone is tagged, they get a message explaining that they’ve been tagged?
  3. End the game after 5 minutes (I figured that out) or, if all the players are on the seekers (team 2) end the game early?

tHaNks!!

1 Like

Also, I forgot, but how can I make it so that hiders have a small amount of time (30 secs for now) to hide before the seekers are released from a room with a barrier device? tHaNks!

1 Like

There’s more but next time look before you post

1 Like

thanks for linking it :smiley:

1 Like

Make sure to mark a solution so this doesn’t keep coming to the top!

1 Like

Yo, what’s up @Renemers, I see your new, if you find the right solution please mark a solution so this forum doesn’t stack up by clicking the bottom right of a post where it says mark solution, thanks!

1 Like

You talked about making a waiting room for the seekers to give hiders time to hide,Let me explain how. So you can make A room somewhere in the map where they will spawn,and then take out these devices.Make a lifecycle that signals a channel on game start(Channel example:game start)then make a Repeater that starts on the channel Game start and in the one below put make the task signal a channel(example:counter)then the set the task interval
on the Repeater to every second and make sure to switch the stop strategy to after a channel(1.0)Then finally put a counter down that increments once on the channel (counter)and then find the target and set it to yes and put in the number 30(for 30 seconds)and then make it Transmit a channel when reaching target(example: open seekers cage) and at last go to a prop or barrier(I will use a prop for this) and set it to hide prop when receiving open seekers cage.I ran it and it went smoothly.I hope you can understand it,but ask me if you have questions

I agree, you should make sure to mark a solution when you find one! it helps everything run smooth with all the topics

I got it, and thanks for giving me some advice! I barely started and i was surprised by how well the algorithm on the forums are! Thanks y’all :smiley:

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