|
| 26 May 2014 10:53 AM |
| so the map will spawn in but i need the players also to spawn in too please help i am new to scripting |
|
|
| Report Abuse |
|
|
| 26 May 2014 10:59 AM |
here the script i used first to generate the land
while true do local model=Game.Lighting:GetChildren()[math.random(1,#Game.Lighting:GetChildren())] model:Clone().Parent=Game.Workspace local m=Instance.new("Message",Game.Workspace) m.Text="The map selected was "..model.Name wait(3) m:Destroy() local plrs=Game.Players:GetChildren() p.Character.Torso.CFrame = CFrame.new(0, 20, 0) end wait(300) for i,v in pairs(plrs) do v:LoadCharacter() wait(3) model:Destroy() wait(30) end
|
|
|
| Report Abuse |
|
| |