😳 is there anyone can help me?
my scriptcode is ________________________

onKeyDown {|key, val, char|
bx = simulation.find_body_by_name('bx')
jw = simulation.find_joint_by_name('jw')

jw.connect(bx) #but it's wrong
}