How to make a Minigame timer and GameTime tht tp's player to the game

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? I want to make a Minigame with a Variety of games

  2. What is the issue? I’m trying to make a Minigame with a Variety of games with an Intermission…Game Timer and a Lobby Timer and i don’t know how to script those i tried in youtube nothing showed up usefull pls help

  3. What solutions have you tried so far? Nothing showed up useful for me

Thank you for taking the time to read my topic

After 3 seconds of intense searching I found this video. It feels as if you didn’t even try to search.

No i tried every video and found it not usefull

Well, you can use
for i loop

local intermission = 120
for i = intermission, 1, -1 do
wait(1)
print(i)

that will decrease the timer by -1 every 1 sec
from 120 all the way to 1

I actually have a video tutorial series on my channel.

(I’m linking this as there is a lot to this for a dev forum post)