I made my first buildings :D

Hello, :happy1:

I am doing a building, and I would like to know what it looks like, what can I add?

Any suggestions on how to improve it are accepted.
By the way this building still won’t have an interior

14 Likes

Nice, however I would add a background with a road, and light poles, just like a neighborhood, keep it up dude :wink:

Ah, I forgot, can you add an interior in the future?

4 Likes

Can I see the different perspectives of the building? From this perspective, the windows can be a bit better and that radio tower on top of it can be a bit thicker on the bottom.

yes I will add an interior in the future

1 Like

Keep up the work man! :smiley:

1 Like

btw, Yes, I’ll show you more angles in a moment

1 Like

other angles

6 Likes

Looking good so far, keep up the nice work bud

2 Likes

For those ventilation’s you can add more blades (Suggested by size: 8 blades), And like I said before the windows can be a bit better making them 2 types.

If you have any prior knowledge of scripting the red tower at the very top can blink red and black every 3 seconds. Either Way, It looks good!

Here is the script to do so:

local Part = script.Parent -- Put this under the red light

while wait(3) do
      Part.BrickColor = BrickColor.new("Really Black") -- Change it Black
      wait(3)
      Part.BrickColor = BrickColor.new("Really Red") -- Change it Red
end

Keep up the good work man! :grin:

1 Like

Thanks a lot! It can help me since I did not have
knowledge of said script

1 Like

No problem keep up the good work! :slightly_smiling_face:

1 Like

Hey, You did a really great job keep up the work :+1:

1 Like

The windows seem very close together, try spacing them apart.

1 Like

That’s cool building your going for it dude

1 Like