Skip to content

Game

Game is the root object in the Polytoria instance tree. It is the object from which everything is descended.

Inherits: Instance

Properties

  • IsLocalTest: boolean
  • GameID: number
  • ServerID: number
  • UpTime: number
  • ServerTime: number
  • InstanceCount: number

Events

  • Ready: Fires when the game is ready
  • Rendered: Fires every frame after the place has been rendered. The delta parameter is the time between the last frame and the current.