SetMoonRadius
From Onset Developer Wiki
Description
Set the moon radius in float value.
Syntax
SetMoonRadius(radius)
Parameters
- radius
The radius between 0.0 and 10.0, default: 1.0
Return Value
- Returns true.
Example
AddEvent("OnPlayerSpawn", function()
SetMoonRadius(0.5) -- Set the moon size to half when the player spawns
end)