Workspace

    Workspace: The workspace of the game. Contains many game globals.

    Attributes🔗

    • CharacterWalkSpeed - number The default WalkSpeed for all characters. (Editable)
    • NeedsAutoBalance - boolean Does the game need an autobalance? (Not editable)
    • CharacterJumpPower - number The default JumpPower for all characters. (Editable)
    • IsMapRotating - boolean Is the map currently rotating? (Not editable)
    • MapTimeLeft - number How much time is left on the map. (Editable)
    • PartBlastSpeed - number How much velocity is added to parts for every 1 explosion power. (Editable)
    • DespawnDebris - boolean Should the game despawn debris? (Editable)
    • CharacterFlingMultiplier - number The default fling multiplier for all characters. (Editable)
    • PassiveMode - boolean Is the game in passive mode? (Players can't damage other players) (Editable)
    • CharacterRespawnTime - number The respawn time for characters. (Editable)
    • CharacterBlastSpeed - number How much velocity is added to characters for every 1 explosion power. (Editable)
    • GameMode - string The current gamemode the game is using. (Editable)
    • CharacterMomentumBleed - number The default momentum bleed for all characters. (Editable)
    • PrivateServerOwnerId - number The userId of whoever owns this private server, if any (Not editable)
    • UseCooldowns - boolean Whether or not cooldowns are enabled. (Editable)
    • RigDebrisAsEffects - boolean Should the game rig debris as effects? (Editable)