Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can you make it so you can go to multiple maps on one game?

Asked by 10 years ago

Like murder mystery you can vote and go to that map.is there a way I could script that or is that something basic.

2 answers

Log in to vote
0
Answered by
Asleum 135
10 years ago

Store your maps inside game.ServerStorage. That way they won't be shown in the game, but you can make one appear by cloning it into the workspace like this :

game.ServerStorage.Map:clone().Parent = game.Workspace
0
But how could I vote iDevelops 0 — 10y
Ad
Log in to vote
0
Answered by 10 years ago

You can either use one of those teleporty thingies, or wire up what Asleum said up there!

Answer this question