Reset Position

Video : Reset Position - YouTube

//

I have set the ball to go back to its original position in relation to the outer walls. However, the “Score” disappears. I want to do this before I reset it, how can I do it?

and finally the ball crashes into the walls, but sometimes it moves due to its own speed and falls down from its starting point. How do I make it hang in the air without putting a “collider” around it?

When the ball hits the invisible walls, it hits the starting point, but it does not stay fixed without putting a “collider” underneath it. It falls down but I want to reset the position and hang it in the air until the user moves again.
if you want to see the codes I load.

////////////////

like that : skıllz - YouTube

heyyy ? can you help ? brothers

Hello Use “kinematic” option in rigidbody so it will no move until you make it Dynamic and you score reset because if you are restarting you game to reset ball then when you restart or switch scene all the object gameobject reset to zero all variable so if you are restarting your game to reset ball position then this amy be the issue use " dontDestroyOnLoad" or static value or playerpref or may be something issue in coding.