An error occurred while uploading the sketch.

ThePyroManiac:
SEND HELP
i'm heckin lost please help

Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Uno"

Sketch uses 1806 bytes (5%) of program storage space. Maximum is 32256 bytes.
Global variables use 51 bytes (2%) of dynamic memory, leaving 1997 bytes for local variables. Maximum is 2048 bytes.
C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM4 -b115200 -D -Uflash:w:C:\Users\Isaac\AppData\Local\Temp\arduino_build_127520/Slots_test.ino.hex:i

avrdude: Version 6.3, compiled on Jan 17 2017 at 12:00:53
        Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
        Copyright (c) 2007-2014 Joerg Wunsch

System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"

Using Port                    : COM4
        Using Programmer              : arduino
        Overriding Baud Rate          : 115200
avrdude: ser_open(): can't open device "\.\COM4": The system cannot find the file specified.

avrdude done.  Thank you.

Problem uploading to board.  See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Incorrect port selected. Select a port from tools -> port menu; it's got COM4 selected (which presumably you used previously), but it's saying that there is no COM4. Windows will often assign a different port number depending on which USB port a device is plugged into (and occasionally for no apparent reason), so you just need to select the correct port.