I can't make objects bigger in unity

I saw a alt texttutorial to on how to make objects and make them bigger. I would go on the size thing and but it my size but it only shows me an outline it doesn’t actually get bigger.

Actually you are increasing the collider size not the gameObject size.
You need to change the Scale in the Transform Component.