lalola3
|
  |
| Joined: 23 Nov 2008 |
| Total Posts: 1035 |
|
|
| 24 May 2012 11:46 AM |
How do you change to four maps? like first your in a waiting room and suddenly a map regens? and how do you teleport to it?
I need help friends.... |
|
|
| Report Abuse |
|
3lex33
|
  |
| Joined: 08 Oct 2008 |
| Total Posts: 5220 |
|
|
| 24 May 2012 11:56 AM |
maps = game.Lighting.Maps:GetChildren() i = 1
while wait(90) do if k then k:Remove() end k = maps[i]:Clone() k.Parent = game.Workspace if i < 4 then i = i+1 else i = 1 end t = game.Players:GetChildren() for i = 1, #t do t[i].Character.Torso.CFrame = CFrame.new(0, 0, 0) end end
This shall do stuff. Look at the script. It wont just work, you need to put your maps in special folder. You might also want to teleport players to other position. Try to understand script, if something is unclear, ask.
|
|
|
| Report Abuse |
|
lalola3
|
  |
| Joined: 23 Nov 2008 |
| Total Posts: 1035 |
|
|
| 24 May 2012 12:06 PM |
| Am i gonna group the 4maptogether and put them on lightning or paste them one map at a time? |
|
|
| Report Abuse |
|