nwposa.blogg.se

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




how to make water in roblox studio

This will give the part a water-like animation. Next, the script creates a new WaterWave object and parent it to the part. 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) It would also be cool if the splash can be affected by wind, light, etc.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.Thanks for your reply! This isn’t really what I’m looking for, but I should be more clear. I want to make it as realistic as possible, and it would be good to have it splash and pool on the floor. like this cloth simulation vid: My ROBLOX cloth simulation - YouTube or Cloth simulation in Roblox - YouTube It would also be cool if the splash can be affected by wind, light, etc.I also want this to be as realistic as possible, so it looks like the blood from the gif in the description (Mordhau) or a game like Cyberpunk 2077.There is also the problem of the splatter hitting a humanoid, floating in midair, or some of it hanging off into empty air.I’m looking for how to create realistic effects and details on how (like if your suggestion is particles, I’m looking for details on the emitter, like the texture, rate, lifetime, etc.).I’ve tried to use raycasting and particle emitters to create splashing effects, but its not really realistic, as the particles don’t really look like a splash of liquid, and the raycasting doesn’t match up with the water particles (particles hit the floor after the raycast hits the floor or vice versa).






How to make water in roblox studio