[Answered] I just want to know if it is possible to make water two diffrent colors. Like if your standing in cold zone water color is diffrent then in normal zone. Thank you in advance.
Edit: Can it be done in roblox studio or it needs to be done by script. And if it needs to be done by a script can you tell me what type (local, normal, module). Again thank you in advance.
Only way I found it you use local script and region3 and when player is in region do this.
game.Workspace.Terrarian.WaterColor = Color3.fromRGB(200,200,200)