Cloning player problem?

does anyone know why this doesnt work?

wait(5)
game.Workspace.pasje1312:Clone()
                    ^
                 username

Making two topics about the exact same issue with a single sentence to describe the issue within the span of an hour isn’t the best way to get an answer and can probably be considered spam for future reference. Next time please read the pinned topic on how to use and write topics in this category.

Did you search google or the forum for any answers? There is a plethora of answers on this exact topic already.

Did those solutions not work? Did they not give you the expected result? What are you expecting and what is happening? Can you elaborate on what “doesn’t work” means? Is it an error? That would probably be a good idea to add to your post. Are you sure there’s a child of the workspace called “pasje1312” at the time the script runs? Why aren’t you accessing the character through the player? Have you tried debugging? Where is this script located? Is it a server script or a local script?