like there is a shaking (like an explosion) and then you get out of the bunker and everything becomes rusty.
You can change the material of all the parts with a loop.
local modelToRust = -- your model for i, part in pairs(modelToRust:GetDescendants()) do if part:IsA("BasePart") then part.Material = Enum.Material.CorrodedMetal end end