| Properties | Details |
| AdminOnly | If true, only admins can spawn type: boolean default: false |
| UnlimitedAmmo | type: boolean default: false |
| EnableBoost | type: boolean default: true |
| EnableDrift | type: boolean default: true |
| EnableWeapons | type: boolean default: false |
| RequireBoostFuel | type: boolean default: true |
| ThirdPerson | type: boolean default: false |
| RequireBuildingPermission | type: boolean default: true |
| RequirePermission | type: boolean default: true |
| RevokePermissionOnSpawn | If true, the player will no longer have the spawn permission after a successful spawn Useful for player rewards type: boolean default: false |
| BoostForce | type: float default: 15 |
| BoostDuration | Time in seconds that the boost force is applied type: float default: 15 |
| BoostFxDuration | Time in seconds before the FX is replayed type: float default: 1 |
| BoostFx | type: string default: “assets/prefabs/npc/sam_site_turret/effects/tube_launch.prefab” |
| ChatCommandCooldown | Time in seconds that the player can attempt the spawn command Useful to prevent spamming type: float default: 30 |
| SpawnCommand | type: string default: “SpawnKart” |
| RecallCommand | type: string default: “RecallKart” |
| FlipCommand | Command to flip the kart over – Player must be looking directly at the kart type: string default: “FlipKart” |
| MaxKarts | type: int default: 1 |
| MotorForceConstant | type: float default: 150 |
| SteeringLerpTime | type: float default: 150 |
| Health | type: float default: 2000 |
| M249FireRate | type: float default: 0.15 |
| RocketFireRate | type: float default: 3 |
| LandmineFireRate | type: float default: 10 |
| MainWeaponType | type: int default: 1 (M249)allowed: 0 – None 1 – M249 2 – Rockets 3 – Landmine |
| SecondaryWeaponType | type: int default: 2 (Rockets)allowed: 0 – None 1 – M249 2 – Rockets 3 – Landmine |
| MiddleMouseWeaponType | type: int default: 3 (Landmine)allowed: 0 – None 1 – M249 2 – Rockets 3 – Landmine |