Hey, this is a method request! If you zoom out on your camera, you would notice that you can zoom out through transparent blocks, How would I make it so this is impossible without changing the transparency from 1? Any wiki links or script examples would be helpful, thanks so much!
Try changing the transparency a little bit in an block with the "Ice" material
such as:
game.Workspace.DaWarTekWizard_Part.Material = "Ice" game.Workspace.DaWarTekWizard_Part.Transparency = 0.000000000000000001
Not sure if it will work but worth the shot right?