Wait, it actually fixes itself, I just change the old spidertron color which color is grey
Darn, should have read this more carefully -- but I didn't have the right glasses when I read that this morning …
(R 0 G 0 B 0, it should be black tho, why is it grey?)
You can't set the alpha channel from the spidertron's GUI, so the default (0.5) will be used. But if you're not afraid of losing achievements, you could get into the spidertron and run this from the chat console:
/c p = game.player; v = p.vehicle; invisible = {a = 0}; gray = {a = .5}; black = {a = 1}
Then set one of the colors:
/c v.color = black
(Use "invisible" or "gray" instead of "black" to see the differences.)