#1, by sp5njy9z2hrTuesday, 04. May 2021, 21:27 4 years ago
I have a IdleAnimation for my player. In my game the player does not move on the screen, it's literally point on exits to go from room to room. Instead my player is supposed to be a portrait. So I created an interface that shows a portrait frame in the bottom right of the screen. I would like it to show my player IdleAnimation on top of it and or switch to other animations. It's a little difficult to get this going. How can I do this?