nicholasy
|
  |
| Joined: 27 Feb 2008 |
| Total Posts: 42 |
|
|
| 19 Oct 2011 06:53 PM |
a = script.Parent.Parent.Parent.Backpack:GetChildren() for i = 1, #a do if a[i].Name == "0"then a[i]:Remove() end also i have the error Players.Player.Backpack.1.Script:6: '< eof >' expected near 'end' for same one so errors Players.Player.Backpack.1.Script:6: '< eof >' expected near 'end' Players.Player.Backpack.1.Script:6: 'end' expected (to close 'for' at line 2) near '< eof >' |
|
|
| Report Abuse |
|
Flurite
|
  |
| Joined: 03 Apr 2011 |
| Total Posts: 5386 |
|
|
| 19 Oct 2011 06:57 PM |
you need another end.
~Flurite, ROBLOX Wiki Writer |
|
|
| Report Abuse |
|