|
| 17 Sep 2011 01:17 PM |
local children = game.Workspace:GetChildren() for i = 1, #children do if children[i]:FindFirstChild("BoolValue") then --st00f --ends |
|
|
| Report Abuse |
|
|
Spectrumw
|
  |
| Joined: 04 Aug 2009 |
| Total Posts: 13510 |
|
|
| 17 Sep 2011 01:20 PM |
| It should work if you are trying to find each object with a BoolValue in it. |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2011 01:21 PM |
| I'm trying to find it in a player. Should I use game.Players:GetPlayers? |
|
|
| Report Abuse |
|
|
| |
|
| |
|