Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

[Answered] Is it possible to make water two diffrent colors?

Asked by 5 years ago
Edited 5 years ago

[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.

0
yes xXKillerMurderarXx 59 — 5y
0
Can you do this server side or must it be client side or can it be done in roblox studio dinozaver_triceratop 78 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

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)
Ad

Answer this question