|
| 31 Jul 2013 01:46 PM |
Hello,
I was just wondering, but.. can you somehow use these two lines in the same script if the items (coin and lava) were created from instance? My script worked with one, but when I added a second line with different arguments the script ignored both lines completely. If I am giving too little information, or if I am not making myself clear ( I just woke up lol), just tell me. Thank-you.
game:GetService("Debris"):AddItem(coin, clean) game:GetService("Debris"):AddItem(lava, clean) |
|
|
| Report Abuse |
|
|
IFoundit
|
  |
| Joined: 28 Apr 2013 |
| Total Posts: 2367 |
|
|
| 31 Jul 2013 01:47 PM |
game:GetService("Debris"):AddItem(lava, clean)
lava --> object
clean --> number
|
|
|
| Report Abuse |
|
|
|
| 31 Jul 2013 01:50 PM |
| I know that. That was how it worked before with me. But can the first argument take two objects with different names? |
|
|
| Report Abuse |
|
|
|
| 31 Jul 2013 01:55 PM |
| Never mind, I found a solution. Thanks |
|
|
| Report Abuse |
|
|