Sorry if this isn’t the right place to post this but
Right now I’m making GUI for my game and I’m starting out with the loading screen.
As you can see by the design there’s two patters of chevrons to the left and right of the screen. As hinted by the arrows I want the images to be moving repeatedly in the direction that they’re facing. I’m not sure how to do that though.
Note, both ImageLabels are the same image. So they share the same ImageID the only difference being the one on the left is rotated -35° while the one on the right is rotated at 145°. I’m not sure how to do this without them moving completely off from what I expect. I’ve seen tutorials here on this forum but they seem to be focusing on moving the ImageLabel itself. I want the image to move. How can i do that? And If I can’t, then how can I do it with the ImageLabel itself moving?
The image file just in case.
Thank you : )

