So, the output doesn't say anything and I don't know whats wrong... :c
function drive () local speed = script.Parent.Speed.Value * 100000 + 100000 script.Parent.MainPart.BodyForce.force = Vector3.new (speed,0,0) end script.Parent.Speed.Value.Changed:connect(drive)