As practice im trying to make a script that spawns in different maps. This is my milestone, to make a script that can clone or spawn things like maps into my workspace from server script storage to show ingame. Like minigame servers. Heres what i have so far thanks:
local players = game.Players local num = math.random (1, 2) print(num) if num == 1 end