WASD Click to attack 1, 2, 3, 4, 5, 6, 7 to switch between Pistol, Sniper, Shotgun, Sound Gun, Minigun, Laser, and RPG respectively. *This is just a test, I don't want to hear anyone whining in the comments*
Movement Script for player polished using code from https://scratch.mit.edu/projects/1132121772/ by @IGOTDAMILK Feel free to use the code for your own project. If anyone wants to know the logic, the enemies are testing if there is an unobstructed path to the player. If yes: Walk towards the player else: Walk randomly and turn 180 degrees if touching wall.