would this work just checking because something didn't work in my game, not sure if its this
local ss = game:GetService("ServerStorage")
local maps = ss.Maps:GetChildren()
--insert randomizing map function here
local mapclone = choosenmap:Clone().Parent = game.Workspace |