-
Sometimes, the lack of search results tells you something. If you want to scale a sprite up by 2x or 4x at runtime with nearest neighbor interpolation (which keeps pixel art sharp), there's no easy or reliable way to do it in GameMaker. (This is one of the things that's easy in Godot.)
Instead, you need to scale up the actual asset if you want to avoid headaches.