of     1   

alexrider58
#46601650Wednesday, May 04, 2011 12:26 AM GMT

Help me with this nao.
epicfail22
#46602299Wednesday, May 04, 2011 12:36 AM GMT

You'd need a script, I might be able to make one for you. Lemme know if you want one.
Unicycling
#46602763Wednesday, May 04, 2011 12:43 AM GMT

You don't even need a script. Just open your place in another window, ungroup EVERYTHING, and select everything in the explorer window that is a brick in your place.
DarkAlex174
#46602838Wednesday, May 04, 2011 12:44 AM GMT

p = game.Workspace.Part:Getchildren() for i = 1,#p do print(p[i].Name +1) end Would that work?
allofthese
#46602851Wednesday, May 04, 2011 12:44 AM GMT

? function count(root)local num=0 for _,q in next,root:getChildren()do local s,c=pcall(count,q)if s then num=num+c end end if root:IsA'BasePart'then num=num+1 end return num end local msg = "There are %i parts in the workspace" print(msg:format(count(workspace)))
Unicycling
#46603225Wednesday, May 04, 2011 12:49 AM GMT

^ That works. =)
Nikolas5411
#46603669Wednesday, May 04, 2011 12:55 AM GMT

You would see Number of Bricks on properties. All you got to do is select all. Why are there ever going to be a script epicfail? Your an epic failed.
alexrider58
#46605718Wednesday, May 04, 2011 1:26 AM GMT

@Nikolas, Cool grammar bro.
machokickface
#46612914Wednesday, May 04, 2011 4:33 AM GMT

To know how much unlock your locked items at your place. Open explorer,then open workspace.Select everything in workspace. It will say below the number of items/bricks you have.
Kingruan
#46615889Wednesday, May 04, 2011 10:59 AM GMT

@Alex, he makes alot of grammar mistakes.

    of     1