Tweening Rotating character?

Heya devs, I was working on skins in my game and wanted to make spinning character in shop with TweenService, and I dont know how to do that, can someone teach me how to do that?

Every help is appreciated.
Thanks.

1 Like

Spinning as in a sign that attracts attention to the shop? Just create a render stepped event and rotate the character minimally every frame, no need to use tweens unless there’s some fancy easing required.

i used :SetPrimaryPartCFrame() and looks good

but can you tell me how to use it with tweens for easing? I really want to know this

I want to try do this too, to make it more attractive.