menu
Roblox Forum Archive
Home
User Search
Forums
Donate
search
settings
Home
User Search
Forums
Donate
launch
Go to User Dashboard
Forums
Game Design
Multiple values
chevron_left
chevron_left
chevron_left
of
1
chevron_right
chevron_right
chevron_right
Multiple values
InternInternetIdiot
Join Date: 2012-09-18
Post Count: 1752
#152906368
Wednesday, 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)
Go to point in time
arrow_right
10 minutes before
5 minutes before
At time of posting
5 minutes after
10 minutes after
more_horiz
Scriptos
Join Date: 2008-06-17
Post Count: 2900
#152907051
Wednesday, 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.
Go to point in time
arrow_right
10 minutes before
5 minutes before
At time of posting
5 minutes after
10 minutes after
more_horiz
InternInternetIdiot
Join Date: 2012-09-18
Post Count: 1752
#152907647
Wednesday, December 31, 2014 6:00 PM GMT
Tah Thanks! HDTV13 - Chief of BTP Posting failed = 97x64 (Error user logged out)
Go to point in time
arrow_right
10 minutes before
5 minutes before
At time of posting
5 minutes after
10 minutes after
more_horiz
chevron_left
chevron_left
chevron_left
of
1
chevron_right
chevron_right
chevron_right