How to rotate an imageLabel (like an animation)? [Video]

  1. What do you want to achieve? Hello, as you can see on the video, I would like the animation that is presented to the players to turn on itself (by rotating on itself as on the picture below)

  2. What solutions have you tried so far? I tried to do an action with the script below but it didn’t work. I tried to search for videos about this but I didn’t find any (that fit my problem) and I have no idea how I can make this rotation. Thank you for your help

GUI.ImageLabel.Rotation = RotationCurveKey{1}
			wait(0.1)
			GUI.ImageLabel.Rotation = RotationCurveKey{2}
			wait(0.1)
			GUI.ImageLabel.Rotation = RotationCurveKey{3}
			wait(0.1)
			GUI.ImageLabel.Rotation = RotationCurveKey{4}


AType

You should read this topic to find your solution:

1 Like

thank you it work perfectly . ee

1 Like