Can Tweening Orientation cause lag or not?

Hello people, I never use DevForum but I have a question about Tweening Orientation.

I know when you Tween CFrame or Position on Server or Client it will potentially lag. (If overuse)

For making my own Effects I use Tween Functions, but to me, my Effects look plain. So I’ve came to ask if instead of trying to use CFrame or Position when animating, what if I did:

math.random(-360, 360)

On Orientations to make them seem alive and move fluidly with Tweens?

If I’ve Tweened Orientation with:

math.random(-360, 360)

Would it lag or work fine on both Server and Client?

(Sorry if I do confuse you, I was typing on phone at this moment)