i want to make a water system like madcity ( a part that acts as water) but i dont understand how to achieve this
this is the model i want to use however i dont understand it
i want to make a water system like madcity ( a part that acts as water) but i dont understand how to achieve this
You can take a look at this resource to see how to enable swimming inside a part.
I hope this helps!
Put this script inside of your meshpart
game.Workspace.Terrain:FillBlock(script.Parent.CFrame, script.Parent.Size, Enum.Material.Water)
task.wait(1)
script.Parent:remove()