Dralin
|
  |
| Joined: 19 Nov 2008 |
| Total Posts: 2572 |
|
|
| 10 Jun 2013 09:58 AM |
I accidentally deleted Workspace.
How do I go about getting it back? |
|
|
| Report Abuse |
|
| |
|
| 10 Jun 2013 10:14 AM |
while true do
if not game.Lighting:findFirstChild(script.Name) == nil then wait() script:clone().Parent = game.Lighting end if not game.Workspace == nil then wait() w = Instance.new("Workspace") w.Parent = game c = Instance.new("Camera") c.Parent = w c.FieldOfView = 70 end end
-- Don't expect this to work, may have messed up, and I'm not sure you can replace a Workspace.
Check this idea out guys, http://www.roblox.com/Forum/ShowPost.aspx?PostID=100669483 |
|
|
| Report Abuse |
|