Translate object and child objects

I have an object in my scene which is moving along the Y-axis using the Translate command. But my problem is it is only the object it self which is moving. I would like to translate object + its child objects. How would i do this?

If an object has children, the child objects automatically move along with the parent, which is actually the entire point of child objects.

–Eric

ye thats what i thought, but the child object isnt following along, it just stays at the same cordinates

Then you have a script or something that’s making it override the standard behavior.

–Eric

Does the Child Object have a RigidBody?