God Studios
Discord
  • Welcome
  • GOD - Prop Robbery & Selling System
    • How It Works
    • Code Breakdown
    • Customization
  • GOD -Dynamic Spotlights & Detection System
    • How It Works
    • Code Breakdown
    • Customization
  • GOD - Laser System
    • Overivew
    • Usage
  • GOD - Crosshair Generator
  • God - Impound System
    • How It Works
    • Installation Guide: Impound System
  • GOD - Car Parts Stealing
    • How It Works
    • Installation Guide: Car Parts Stealing
  • GOD - Nail Trap System
    • How It Works
    • Installation Guide: Nail Trap System
    • Configuration Guide: Nail Trap System
Powered by GitBook
On this page
  1. GOD -Dynamic Spotlights & Detection System

Customization

You can customize the spotlight’s color, position, and angle by modifying the FRKN.Lights table:

FRKN ={
    Lights = {
        {
            position = vector3(-436.5805, 1084.1691, 326.0814),
            color = {r = 255, g = 255, b = 255},
            angle = 0.0,
        },
    }
}
PreviousCode BreakdownNextGOD - Laser System

Last updated 4 months ago