Dragon Heart Studios
  • Dragon Heart Studios Documentation
  • 🌉DHS-Bridge
  • ⚙️Compatibility
  • 📜Scripts
    • 🎣DHS-Fishing
      • Installation
      • Configuration
      • Integration
    • 🕑DHS-ZWatch
      • Installation
      • Configuration
    • 💰DHS-PettyCrime
      • Installation
      • Configuration
      • Integration
    • 🪓DHS-LumberJack
      • Installation
      • Configuration
      • Integration
    • 🏵️DHS-Peyote
      • Installation
    • 🚗DHS-Boosting
      • Installation
      • Configuration
      • Integration
    • 🦌DHS-Hunting
      • Installation
      • Configuration
      • Integration
    • 👮DHS-PrisonSim
      • Installation
      • Configuration
        • Clothing Config
        • Convoy Config
        • Door Lock Config
        • Entity Sets Config
        • Items Config
        • Jobs Config
        • Locations Config
        • Mugshot Config
        • Object Placer Config
        • Pathfinding Config
        • Peds Config
        • Prison Schedules Config
        • Props Config
        • Solitary Config
      • Integration
      • Exports and Commands
  • 🐝DHS-BrewsAndWines
    • Installation
    • Configuration
      • Beehive Config
      • Clothing Config
      • Delivery Config
      • Mead Config
      • Object Placer Config
      • Peds Config
      • Security Config
      • Wine Config
    • Integration
    • Mead and Wine Brewing
Powered by GitBook
On this page
  1. Scripts
  2. DHS-PrisonSim
  3. Configuration

Object Placer Config

```lua
ObjectPlacerConfig = {}

ObjectPlacerConfig.Speed = 0.010 -- Move Speed
ObjectPlacerConfig.RotateSpeed = 0.5 -- Rotate Speed

-- Keys
ObjectPlacerConfig.UpKey = 172 -- Up Arrow / Move Prop Forward
ObjectPlacerConfig.DownKey = 173 -- Down Arrow / Move Prop Backwards
ObjectPlacerConfig.LeftKey = 174 -- Left Arrow / Move Prop Left
ObjectPlacerConfig.RightKey = 175 -- Right Arrow / Move Prop Right
ObjectPlacerConfig.BackKey = 29 -- B / Move Prop Backwards
ObjectPlacerConfig.ForwardKey = 47 -- G / Move Prop Forwards
ObjectPlacerConfig.RotateKey = 73 -- X / Rotate Prop
ObjectPlacerConfig.DeleteKey = 38 -- E / Copy Coords & Delete Prop


```
PreviousMugshot ConfigNextPathfinding Config

Last updated 2 months ago

📜
👮