moving MeshInstance3D after time

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Ghost#1

I am making 3d game and i want tiles (mesh instance 3d) to move up in degrees like after 5 sec move up 3 degrees and when reaching 20 degrees move down with degrees like moving up and then loop this procces.
Any hint.

Thanks

:bust_in_silhouette: Reply From: Inces

Finished sequenece of complex movement ?
AnimationPlayer is created for that
Use a timeline to keyframe expected positions in expected time, and interpolate with chosen curves to make movement fluid and interesting