πŸ“–
Documentation
  • Welcome!
  • Common Issues
    • Keymaster
    • Updating resources
  • πŸ“„Scripts
    • πŸš™AdvancedParking
      • Installation
      • Commands
      • Exports (server)
      • Exports (client)
      • Events (server)
      • Events (client)
      • FAQ
    • 🚚VehicleTransport
      • Installation
      • How to use it
      • Creating a new transport
      • Exports (client)
      • Events (server & client)
    • πŸ”‘VehicleKeyChain
      • Installation
      • Commands
      • Exports (server)
      • Exports (client)
      • FAQ
    • πŸ—œοΈVehicleClamp - Pre-Release
      • Installation
      • Commands
      • Exports (server)
      • Exports (client)
      • Integration
        • ESX
        • QB
    • πŸ“„VehicleRegistration
      • Installation
      • Exports (server)
      • Exports (client)
    • πŸ“ƒVehicleInteraction
      • Installation
    • πŸ—ΊοΈVehicleTracker
      • Installation
      • Exports (server)
      • Exports (client)
    • 🌐JobTracker
      • Installation
    • πŸ•΅οΈβ€β™‚οΈVehicleForceFirstPerson
      • Installation
    • 🎯BulletRicochet
      • Installation
  • πŸ†“Free Scripts
    • πŸ“žkimi_callbacks
      • Installation
      • Exports (server)
      • Exports (client)
      • Examples
    • 🚜VehicleDeformation
      • Installation
      • Exports (server)
      • Exports (client)
    • 🎦OrbitCam
      • Installation
      • Exports (client)
      • Commands
    • πŸ”οΈEarthquakeSimulator
      • Installation
      • Exports (server)
      • Commands
    • πŸ’€DeathCam
      • Installation
Powered by GitBook
On this page
  1. Free Scripts
  2. OrbitCam

Commands

PreviousExports (client)NextEarthquakeSimulator

Last updated 2 months ago

autoorbit

Starts/stops an auto orbit camera on the player. Only available if the autoOrbitCam config option is set to true.

Parameters: boneName - string - Name of the bone to focus on (). Defaults to player root. x - float? - X position for the offset. Defaults to 0. y - float? - Y position for the offset. Defaults to 0. z - float? - Z position for the offset. Defaults to 0. orbitSpeed - float? - Orbit speed. Defaults to 0. disableControls - integer? - Set to 1 to disable all player controls.

Track just the player:
/autoorbit

Track the player's right hand:
/autoorbit IK_R_Hand

Track the player's right hand with an offset of 0,0,1, orbit speed of 2.0 and 
  disable player controls:
/autoorbit IK_R_Hand 0 0 1 2.0 1
πŸ†“
🎦
bone names