You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
Cloning the players character -
What is the issue? Include screenshots / videos if possible!
When cloning and parenting the cloned character to workspace it brings up this error : attempt to index nil with ‘Parent’ -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Nope, couldn’t find any solutions
local Character = plr.Character
local Clone = Character:Clone()
Clone.Parent = workspace