Player flickering on screen after image

It looks like you’re changing the image every frame, and I’m pretty sure the images do take some time to load so it creates this “choppy” effect. Maybe you could try a different approach such as making every frame visible (as a seperate ImageLabel) and make them invisible each frame?