Custom Races & Checkpoints

Custom Races & Checkpoints

  • Admin-created race tracks with configurable checkpoints, start points, and finish lines

  • Adjustable race entry fee, base rewards, and payout percentages

Example configuration:

Config.Courses = {
    {
        name = "Clandestine Race 1",
        buyIn = 1500,
        baseReward = 3500,
        firstPercent = 60,
        secondPercent = 30,
        thirdPercent = 10,
        minParticipants = 1,
        startRadius = 10.0,
        startLine = vector3(-337.2853, -1653.9669, 18.7283),
        arrived = vector3(-326.2095, -1524.6106, 27.5383),
        checkpoints = {
            vector3(-230.1326, -1727.6851, 32.6398),
            vector3(-104.8313, -1764.4054, 29.8876),
        }
    }
}

Last updated