I’ve been trying to use a sprite sheet to give a 2d character more movement. Here’s the video:
There is a small (but noticeable) jitter that moves the image 1px in any direction. It may not be as obvious in the video due to compression.
I know this isn’t an issue with the pictures, as they work just fine when tested in the sprite sheet generator’s animation preview.
The math should be correct. If it weren’t, it would be moving the same direction & distance for each frame.
I’ve made sure the sprite sheet doesn’t get automatically scaled down by Roblox (the largest dimension is less than 1024). There are 20 images in the sheet.
I’ve been trying to get this work properly for so long that I’m thinking of resorting to uploading each image directly.
Any help would be greatly appreciated. If you need any of the code or assets, I can provide them.