Is it possible to detect if a player's head is in contact with smooth terrain water? Example:
if player.LocalPlayer.Head:Touched(Water) then player.LocalPlayer.Main.Mask.Visible = true if not player.LocalPlayer.Head:Touched(Water) then player.LocalPlayer.Main.Mask.Visible = false end end