Y0LOZ
|
  |
| Joined: 02 Apr 2014 |
| Total Posts: 149 |
|
|
| 14 Jun 2014 08:40 AM |
| Anyone know one that works? |
|
|
| Report Abuse |
|
|
| 14 Jun 2014 08:42 AM |
Workspace:FindFirstChild("MAPNAME1"):Destroy() game.Lighting:FindFirstChild("MAPNAME2"):Clone().Parent = Workspace |
|
|
| Report Abuse |
|
|
| 14 Jun 2014 08:46 AM |
maps = {"Map","Map"} -- Name of maps where it says map
while wait() do map = maps[math.random(1,#maps)] clone = game.ServerStorage:FindFirstChild(map) if clone then clone.Parent = game.Workspace end wait(120) -- Two minutes end |
|
|
| Report Abuse |
|