Hi, I'm making a click to break glass script. If you click on a piece of glass then the glass will disappear for three hundred seconds. I would like every piece of glass that a player presses to break into smaller pieces, I would like to generate smaller parts in it for the full size of the glass block. How do I do this?
I asked this question earlier but got no answer.
Hello! So i can answer only on a one think you asked. so to make the glass disappear for 103seconds make: workspace.glassname.transparency = 0 workspace.glassname.CanCollide = false wait (103) workspace.glassname.transparency = 1 workspace.glassname.CanCollide = true
(This is ONLY FOR MAKE THE GLASS DISAPPEAR AND IT NOT WORKING FOR CLICK!)
Weld many parts together and in the script break the weld attachments, if you want it to be random I recommend making a bunch of welds ad then going through the children and picking random welds to break. Good luck!