like touching a block it will shrink
block.Touched:connect(function() local cf=block.CFrame block.Size=block.Size-Vector3.new(1,1,1) block.CFrame=cf end)
This will reduce the size of the block by 1 in all dimensions. (min .2 for custom parts, 1 for Symmetric, 1.2 for Brick, 2 for trusses)
Closed as Not Constructive by evaera
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?