I cant make a game round where the player selected to be "it" gets a weapon. The round repeats lasts 120 seconds and the intermission is 10 seconds
ROUNDS
Your 1st move would be to define the Players:
local plrs = game.Players
Next, run a for loop using the number of players:
for i = 1, #plrs do
From there, create your rounds.
I can't really help you out that much regarding the guidelines, so figure it out yourself :D