GetMoonPhase (Method)

From Legacy Roblox Wiki
Revision as of 06:00, 18 February 2012 by >JulienDethurens
Jump to navigationJump to search
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