Rotate RigidBody Sphere

How to rotate a rigid body sphere object ???

If you want to be brutal, then you could just reach in and change the object’s transform.rotation property. I suspect you mean that you want to do something that uses physics, for that you should use the RigidBody methods AddTorque and AddRelativeTorque.