of     1   

zst123
#144504Sunday, September 09, 2007 11:55 PM GMT

ok Can someone make me something that turns a few 1x1 bricks turn into 4x4 yellow bricks? Thank you.
Chocobo333572
#144523Monday, September 10, 2007 12:03 AM GMT

Changer = script.Parent function onTouched(toast) if (toast.Name == "toast") then wait(0) toast.Size = Vector3.new(4, 4, 4) toast.BrickColor = BrickColor.new(24) end end connection = Changer.Touched:connect(onTouched) ------------------------------------------------------------------- Change every toast, if your brick name is different then toast. I haven't really tested it, so I will now.
Chocobo333572
#144527Monday, September 10, 2007 12:09 AM GMT

Okay, it works. :)
zst123
#144529Monday, September 10, 2007 12:10 AM GMT

Thank you ill go test it out
killfog
#14486146Monday, September 21, 2009 7:22 PM GMT

no

    of     1