Hello, im currently using this code:
render.SetMaterial(Material("cable/physbeam"))
render.DrawBeam( v:GetPos(), Vector(0,0,999999), 25, 99999, 99999, Color(255,255,3,255) )
However it wont set the color.
IK you can do it since I've seen some videos with it (lua).