SHEEN SCRIPTS
  • SHEEN SCRIPTS
    • Store
    • Discord
  • Paid Resources
    • sh-storages
      • Configuration
    • sh-k9
      • Installation
      • Configuration
      • Commands / Controls
      • Exports / Events
    • sh-heists
      • Installation
      • Features
      • Premade Heists
      • Configuration
        • config.lua
        • Parameters
        • Functions
        • Scenes
        • Minigames
        • NPC States
      • API (for developers)
      • FAQ
    • sh-heists_v2 (WIP)
      • Installation Guide
      • Documentation
        • Configuration Files
        • Parameters
        • Minigames
        • Scenes
        • Tips & Tricks
    • sh-cemetery
      • Configuration
    • sh-buddy
      • Configuration
    • sh-player_carjacking
      • Configuration
    • sh-bowling
      • Configuration
    • sh-fights
      • Configuration
    • sh-chopshop_v2
      • Configuration
    • sh-chopshop
      • Configuration
    • sh-yoga
      • Configuration
  • Free Resources
    • sh-gifts
    • sh-jobcenter
    • sh-guidebook
    • sh-elevator
    • sh-jobCreator
Powered by GitBook
On this page
  • Available Minigames
  • Example
  1. Paid Resources
  2. sh-heists
  3. Configuration

Minigames

Everything about minigames.

Choose from 10+ premade minigames that you can use in any checkpoint or action spot.

Available Minigames


  • 'password'

  • 'blocks'

  • 'datacrack'

  • 'fingerprint'

  • 'fingerprint2'

  • 'mini_drill'

  • 'big_drill'

  • 'laser'

  • 'voltage'

  • 'keypad'

  • 'safecracking'

  • 'lockpick'

Example


-- checkpoint/action
[1] = {
    coords = vector4(3560.72, 3668.91, 27.12, 87.25), -- x y z heading
    label = 'Text',
    
    minigame = {
        type = 'voltage'
    }
}
PreviousScenesNextNPC States

Last updated 11 months ago