stop_button = function(x, y) styled_button('stop', x,y, press_stop_button, not Is_mobile and Show_code and 'F2') local w = Font:getWidth('stop')+10 return x+w+10, y end