I'm trying to make a game that spawns in an enemy every 5 seconds the problem is that I want the sizes to be random but not distorted and there is nothing I could find that could make the height equal to the width while also making the width random
Develop games in your browser. Powerful, performant & highly capable.
On the spawn actions if you set the width to something random, then on an action under that set the height to object.width it should work.
Use "Set scale" action. Set scale to random(0.5, 1.5) for example, it will change both width and height.