scripteer
|
  |
| Joined: 11 Mar 2011 |
| Total Posts: 67 |
|
|
| 11 Apr 2012 08:03 PM |
How should I search the workspace to find a certain item?
ex: Workspace -Model --Part --Value -Part -Model --Part ---Value
How could I use a script to go through that and look for the values? |
|
|
| Report Abuse |
|
|
Techwiz19
|
  |
| Joined: 30 Jan 2011 |
| Total Posts: 462 |
|
|
| 11 Apr 2012 08:06 PM |
game.Workspace.Model.Part.Value
if there are multiple "Model"'s, rename the one you're looking for like..
game.Workspace.Model1.Part.Value game.Workspace.Model2.Part.Value |
|
|
| Report Abuse |
|
|
scripteer
|
  |
| Joined: 11 Mar 2011 |
| Total Posts: 67 |
|
|
| 11 Apr 2012 08:09 PM |
Well I see what your saying but I want a script that will search through this for me, not havaing to make a script that goes directly to the point. and so that I can find them both at the same time.
|
|
|
| Report Abuse |
|
|
scripteer
|
  |
| Joined: 11 Mar 2011 |
| Total Posts: 67 |
|
| |
|
scripteer
|
  |
| Joined: 11 Mar 2011 |
| Total Posts: 67 |
|
|
| 11 Apr 2012 08:29 PM |
| Can someone help me? This doesnt seem like too hard of something to show me, of course if it is I would please like someone to tell me otherwise. |
|
|
| Report Abuse |
|
|