rummage55
|
  |
| Joined: 18 Apr 2009 |
| Total Posts: 179 |
|
|
| 16 Mar 2012 10:30 PM |
Does anyone have a regen place script I can use because I ain't really good at scripting and I want to make this place that only requires one script. If anyone has one can you PM me it or something. I need the script to regen the place atleast everyone 10 minutes.
Thank you. |
|
|
| Report Abuse |
|
|
|
| 16 Mar 2012 10:38 PM |
I was going to tell you no-requests, but it's obvious it's your first time here.
Create a model named "map" and place the bricks you wish to regen inside it. move the model into lighting --
while true do wait(120) game.Workspace.map:remove() local a = game.Lighting.map:clone() a.Parent = game.Workspace a.Name = "map" end |
|
|
| Report Abuse |
|
|
|
| 16 Mar 2012 10:39 PM |
| Not to sound like a troll, but try scripting some time. Don't keep asking for items from people. e.e |
|
|
| Report Abuse |
|
|
rummage55
|
  |
| Joined: 18 Apr 2009 |
| Total Posts: 179 |
|
|
| 16 Mar 2012 10:57 PM |
| Shoe it is my first time asking and I have been more into other stuff than scripting. |
|
|
| Report Abuse |
|
|
rummage55
|
  |
| Joined: 18 Apr 2009 |
| Total Posts: 179 |
|
|
| 17 Mar 2012 01:28 AM |
| When I place it into Lighting it doesn't appear. |
|
|
| Report Abuse |
|
|