I decided to work on the drones, and I tried to run this command in my processor for the DRONE:
L = component.leash
(RETURNED NOTHING)
L.leash(5)
[string "L.leash(5)"]:1: attempt to index a nil value (global 'L')
And I tried the same thing with just the component:
component.leash.leash(5)
[string "component.leash.leash(5)]:1: attempt to index a nil value (field leash)
And yes, I've tried both restarting the drone AND the computer, and even replacing it.
Before you even ask: YES I HAVE THE LEASH UPGRADE.