posavin.blogg.se

How to make water in roblox studio
How to make water in roblox studio






INFO: The diffuse map is just the “Color” texture. If either the diffuse or normal map is missing, leave the corresponding setting empty.

  • Set the color texture to the downloaded diffuse map and the normal texture to the corresponding normal map of your selected material.
  • Create a new variant with a name of your choice and select a base material.
  • Open your Studio project, and navigate to the Material Manager.
  • If you want some of the default roblox textures you can visit: Google Drive Link
  • Start by downloading any texture of your choice, try to not have an overly detailed normal map since the scattering of the light makes it appear less wet.
  • Let’s go through the process step by step, using a new texture (cobblestone) as an example:

    how to make water in roblox studio

    You need to set the Part.Locked property to true, to prevent players from walking on it.Showcase 1046×779 81.9 KB Note: The wood size does not match in this example, but you can fix this in the settings of your material. Please note that this script will not prevent players from walking on the part. The Size property can be used to adjust the size of the wave.

    how to make water in roblox studio

    The Density and Speed properties of the WaterWave object can be adjusted to change the appearance of the water. This will give the part a water-like animation. Next, the script creates a new WaterWave object and parent it to the part.

    how to make water in roblox studio

    The Transparency property is set to 0.7 to give the part a translucent appearance. It also sets the CanCollide property to false, so players will be able to walk through the part as if it were water. This script sets the part’s Anchored property to true, so it will not be affected by gravity. Local water = Instance.new("WaterWave", part) Here is a simple script that can be added to a part in Roblox to make it behave like terrain water: local part = script.Parent








    How to make water in roblox studio