How to know if a game object is attached or is being used by another game object or script?

So I am trying to clean up a project that someone else started. There are a number of text game objects that I am not sure if they’re being used by some other object or script or can be deleted. Is there any way to know if a game object is attached to or is being used by another game object or a script?

hm if you go into game mode and delete it, it should show you an error, like no instance set to game object… sso you could find out if it’s needed or not.