Like take jared2valdez4 outbreak game for example what kind of script do i need i can't even make one someone please help me?
first you can put the models of your maps in the Replicated Storage, i didnt play the game you mentioned, but lets say you have a gui to vote for the next map, when the next map will spawn in you can use something like this :
local map1 = game.ReplicatedStorage.Maps.Map1:Clone() -- "Maps" would be a file where you put in the "maps" models and "Map1" would be the name of the map used map1.Parent = game.Workspace -- this will make the map clone into the Workspace there you can have spawn points on the map to teleport players to depending how you want to do it
for more help well i wont make the script for you but i guess i can help on some things if this isnt enough
Closed as Not Constructive by hiimgoodpack, creeperhunter76, and lukeb50
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?