How to make something transparent

I’m creating a 2D platformer game and added waterfalls but I don’t know how to make them look transparent. Can you tell me what I need to do?

Depends how they are represented in your game. If they are Sprites drawn using a SpriteRenderer, you can just change the alpha value of the Color property in the SpriteRenderer: