|
| 23 Oct 2014 02:28 AM |
local list2 = game.Lighting.Database.Maps:GetChildren() for i,v in #list2 do list2.Votes.Value = 0 end
in game.Lighting.Database.Maps there are models, and inside them there is a votes value, I am trying to set them all to 0, getting the error attempt to index field 'Votes' (a nil value) |
|
|
| Report Abuse |
|
|
| 23 Oct 2014 02:54 AM |
| nevermind I fixed it myself |
|
|
| Report Abuse |
|