when i try resizing water using the region tab, its moves like 5 studs, how do i make it so that its smoother when i resize it?
2 Likes
Sadly, you cant. Only set to move that many studs
1 Like
If you are playing around with water I recommend using the “sea level” tool instead of regions.
2 Likes
i needed to put water into a small pool, sea level just wasnt cutting it
Hey! If you want a more accurate way of placing the terrain, you could use the FillBlock
function. I always use it when I want to place terrain somewhere accurately without having to worry It will not go where I want to.
local p = workspace.NameOfThePartYouWantAsTerrain
Terr:FillBlock(p.CFrame,p.Size,'Water')
Hope this works for you!
3 Likes