GetMoonPhase (Method)

GetMoonPhase( )
Returns float 0.75
Description: Returns 0.75.
Member of: Lighting
Example
You can print the current moon phase by doing this:
print(game.Lighting:GetMoonPhase())
0.75

Notes

  • The phase will always be 0.75.
  • The moon phase is currently unchangeable.

See Also