Time Scale for one falling object

Hey dear Unity Developpers !

My next game project is something about time control, like accelerate or decelerate objects to finish the maps. But my question is : can the Time.timeScale be affected only for one object ? not animation, but like a falling cube using rigidbody ?

Thanks

No. Instead, turn “use gravity” off, and script the falling forces.