GUI :Clone() not cloning

Hello
I am currently creating a HandTo GUI.
What it does it, clone a template and add all the details for each player (name, user profile picture etc).

However, my issue is that it is not working and I do not know why. I am not getting any errors either in the console.

The console prints “1”, but won’t go any further than that.
Why?

image

player:WaitForChild("Name") is a property, it’s not a Instance/Object lol

just do player.Name and that should do just fine