|
| 24 Jul 2015 04:37 PM |
| can anyone make a script that basically deletes old cars or modals that aren't in use |
|
|
| Report Abuse |
|
baldo46
|
  |
| Joined: 28 Jul 2008 |
| Total Posts: 1254 |
|
|
| 24 Jul 2015 04:48 PM |
wrapper = workspace.Cars; while wait(100) do for i,v in pairs(wrapper:GetChildren()) do game.Debris:AddItem(v,0); end end --------------------------------------------- make sure all the cars are spawned into the wrapper |
|
|
| Report Abuse |
|
|
| 25 Jul 2015 12:14 PM |
| how do you put it into wrapper? |
|
|
| Report Abuse |
|