Works fine, also no need to put in a loop it can be called once, a value (0.0) should remove waves completly while (15.0) will make huge spike waves. :speedboat:

Example:

Citizen.CreateThread(function()
Citizen.Wait(2500)
SetDeepOceanScaler(0.0)
end)