GetMoonPhase (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
No edit summary
>JulienDethurens
No edit summary
(No difference)

Revision as of 05:46, 20 January 2012

GetMoonPhase( )
Returns float phase
Description: Returns the phase of the moon.
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.