Losowa mapa w Roblox
function module.SelectChapter()
local chapters = game.ReplicatedStorage.Chapters:GetChildren() -- Table of all map models
local chosenChapter = chapters[math.random(1,#chapters)]
return chosenChapter
end
MuffinCat