US Trends

how to make water just for decoration in roblox

The easiest way to make water just for decoration in Roblox is to use a simple Part, shape it like water, and make it look translucent and blue. If you want actual Roblox water terrain instead, use the Terrain Editor and fill an area with water.

Decorative water setup

  1. Insert a Part.
  2. Change its shape to a cylinder or flatten a block.
  3. Set the color to blue or teal.
  4. Lower the transparency so it looks like water.
  5. Add a smooth material like Glass or SmoothPlastic.
  6. Turn off collisions if players should walk through it.
  7. Keep it still, since it’s only for decoration.

If you want real water

  • Open Terrain Editor.
  • Use Fill.
  • Choose Water as the source material.
  • Fill the area you want.
  • Adjust transparency and reflectance for a nicer look.

Best choice

For a fountain, pond, or decorative pool, the Part method is usually faster and easier. For lakes, oceans, or swimmable areas, terrain water is the better option.

Quick example

A fake pond can be made with a thin cylinder Part, colored blue, set to around 50–70% transparency, and placed slightly below the ground so it feels like water.

TL;DR: Use a blue, transparent Part for decoration only, or Terrain water if you need real Roblox water behavior.