So I wanted to make a part show a textlabel on the screen, when you toutch the part.
I have tried everything for an hour but nothing happened.
But the TextLabel didnt apper…
You are accessing something from StarterGui, which is just a container for GUI objects. All GUI’s/scripts/anything from StarterGui is replicated into the Player’s PlayerGui. What you want to do is find the player, and then access the PlayerGui.
EDIT: If this is on a ServerScript, then you want to consider using a RemoteEvent to contact the client. The server has no visibility of individual player’s PlayerGuis.