I know there are questions and answers for how to make rounds, but none for a game that only has a single map to be played on. How would I script that?
It's really no different, you just remove the part where the map changes.
while wait() do if game.Players.NumPlayers > 1 then -- use this and the next function if you want it to be 2+ players -- round stuff end if game.Players.NumPlayers < 2 then print'This game requires 2+ players!' end