I'm building a thing where I need to get a player's name when they collide with a brick. I've tried many things but it does not work.
Whenever something touches connected to a Touched event, it fires the object of the toucher, this means you can get it's parent. That means you can .Parent until you get to the root then use .Name to access the name of the toucher then set the text label to that name.