how to make the brick invisible?
02 | workspace:WaitForChild( "PartStorage" ) |
06 | local part = Instance.new( "Part" ,workspace.PartStorage) |
07 | part.BrickColor = script.Parent.Parent.Parent.DropColor.Value |
08 | part.Material = script.Parent.Parent.Parent.MaterialValue.Value |
10 | local mesh = game.ServerStorage.Mesh:clone() |
13 | local cash = Instance.new( "IntValue" ,part) |
16 | part.CFrame = script.Parent.Drop.CFrame - Vector 3. new( 0 , 1.4 , 0 ) |
17 | part.FormFactor = "Custom" |
18 | part.Size = Vector 3. new( 1 , 1 , 0.25 ) |
20 | part.BottomSurface = 0 |
21 | game.Debris:AddItem(part, 20 ) |
ok so a brick comes out along with the item i wish just need to make the brick invisible please help!