SetSunRadius
From Onset Developer Wiki
Description
Set the specified radius of the sun for the client.
Syntax
SetSunRadius(radius)
Parameters
- radius
The float value between 0.0 to 4.0.
Return Value
- __EDIT_ME__
Example
AddEvent("OnPlayerSpawn", function()
SetSunRadius(4.0)
end)