This is a collection of utility methods for working with commands until a proper API is available. Once a proper API is available and stable, I'll change function to use that instead and mark it as deprecated.

Hierarchy

  • CommandUtils

Constructors

Methods

  • Adds camera shake effect to the specified player.

    Parameters

    • player: Player

      The player to apply the camera shake effect to.

    • type: CameraShakeType

      The type of camera shake effect.

    • intensity: number

      The intensity of the camera shake effect.

    • duration: number

      The duration of the camera shake effect in seconds.

    Returns void

  • Sets the input permission for a player.

    Parameters

    • player: Player

      The player for whom to set the input permission.

    • permission: InputPermission

      The input permission to set.

    • value: boolean

      The value to set the input permission to.

    Returns void

  • Stops the camera shake for the specified player.

    Parameters

    • player: Player

      The player for whom to stop the camera shake.

    Returns void