How to make images turn

Hey Everyone,
If you look at this gif: https://gyazo.com/724246773a12a648c162b4c4e9f23b92
You’ll see the mouse image turns with the player. I’m trying to make this happen with my story game. My layout is this:

gfgfhghgfhg

and my image looks like this: dsdffgsddf

I’m basically trying to make it so that when the player turns, they can still see the image.

Thanks for any help!

Look for the rotation property inside of the image. Chnage this to 15 etc and itll change the rotation

1 Like

I mean, is it possible so that when the player moves they can see the image when they’re behind it, currently, you can only see the mouse image if your infront of the cat, not if your at the side or behind, I mean so that the images moves with the player. Like in the gif.

1 Like

Maybe they used WorldToScreenPoint?

1 Like

I’ve looked at it and I don’t really understand it as I’m not very good with vector’s or cframes.

It’s a BillboardGui. Check the developer hub for usage

2 Likes

Oh yeah, I was using a surface Gui. Thanks.