I made a script witch is supposed to change the size of waves. What is wrong with it?
Also some things about the script:
Its not a localscript
Its parent is ServerScriptService.
This is the script:
local Weather = game.Workspace.Terrain
while true do
wait(1)
Weather.WaterWaveSize = Random()
end