Of some reason my prefab cannot see my text

I have tried to put a text in the assets folder but that also doesn’t work.

Prefabs can’t have references to game objects in a scene, because prefabs don’t exist in a scene. When you instantiate them - by dragging them into the scene or through code - you can assign to their fields objects in the scene.