My gameObjects keep moving up when clicked on play.

I am new to unity and trying to build a simple pickup and place objects game, I tried making a ground and place some cubes over it and wrote some scripting.

When i click on play the ground keeps moving up and up and up. Can anyone please guide me why this is happening ?

hi;
nice one !;

i think the ground is not going up;

as u can see from your screen shot the position of the ground is 0
so its not changing at all ; its the player moving ;

its u “the fps” that is going down cause of gravity ;

so put the player above the ground so it land on the ground and not go under ( if u set physics for it ) ;

or disable player gravity;