Make a gameObject follow camera (fps controller),GameObject Following a camera(fps controller)

So basically I have an object in game and I would like it to follow the player (the fps controller which is a camera) at a 70% speed rate. How would I do that? I’m not very good with unity and pretty much a beginner so please explain in detail. Thanks so much have a great day!! :),So I have an FPS controller which has a fps camera attached and I have an object which I would want to follow the player at 50% of the speed of the player. How would I do that? Please explain in detail as i’m a very big beginner. Thanks so much!

Good day.

If player and object are always onver the floor (like a car or a person) I recommend you to use NAv Mesh System.

GO look for tutorials, if you spend 30 minutes of your time waching Unity official Nav Mesh system tutoorials, you will discover a treasure:D

You can also find free scripts in the assets store for that.

Bye!