How to make a character spin like this?

Hello!

So I am trying to make a character to be able to spin so you can see all angels of them while selecting your character. I know how you would see the character (through camera manipulation) however I have limited idea how to be able to spin the character like that.

Does anyone know how I can achieve this?

Vid for example:

1 Like

I’m just guessing:
Mouse (roblox.com)
applying the Mouse.X position to the character’s origin orientation.Y (in studio)
or CFrame YVector rotation (in scripts)
CFrame (roblox.com)

It’s definitely not easy.

1 Like