Palace [Commissioned]

My response is:

if RoofImproved == true then
    print("Good job, there's nothing to improve!")
elseif RoofImproved == false then
    print("Improve the roof, it doesn't match the rest of the build's detail!")
    ImproveBuild(roof)
end

Awesome detail! However, I would recommend improving the roof. :slight_smile:

1 Like