NeonBlox
|
  |
| Joined: 19 Oct 2008 |
| Total Posts: 1462 |
|
|
| 22 Nov 2011 02:40 PM |
I have this, but it only cloned one map, see a error?
local maps={game.Lighting.Map1, game.Lighting.Map2, game.Lighting.Map3, game.Lighting.Map4}
FirstMap = maps[map] FirstMap:clone() FirstMap.Parent = Workspace SecondMap = maps[map] SecondMap:clone() SecondMap.Parent = Workspace SecondMap:MoveTo(Vector3.new(10,0,10))
The variable 'map' is randomly assigned 1-4.
|
|
|
| Report Abuse |
|
NeonBlox
|
  |
| Joined: 19 Oct 2008 |
| Total Posts: 1462 |
|
|
| 22 Nov 2011 02:54 PM |
| By the way, I'm trying to clone the same map twice, but move one so they don't overlap. |
|
|
| Report Abuse |
|