of     1   

InternInternetIdiot
#152906368Wednesday, December 31, 2014 5:45 PM GMT

How would i get a load of values in a model would i use :getchildern() Thanks! HDTV13 - Chief of BTP Posting failed = 97x64 (Error user logged out)
Scriptos
#152907051Wednesday, December 31, 2014 5:53 PM GMT

for i,v in pairs(model:GetChildren()) do print(v.Value); --v is the value object. Do whatever you want with it. end; Assuming you mean things such as IntValue, NumberValue, Color3Value, etc.
InternInternetIdiot
#152907647Wednesday, December 31, 2014 6:00 PM GMT

Tah Thanks! HDTV13 - Chief of BTP Posting failed = 97x64 (Error user logged out)

    of     1