1 | game.Players.PlayerAdded:Connect( function (Plr) |
2 | Plr.CharacterAdded:Connect( function (Char) |
3 | PlrClone = Plr.Character:Clone() |
4 | print (PlrClone) |
5 | end ) |
6 | end ) |
This works: you can make it better (It creates an animated clone of the character with clothes and accessories)
https://www.roblox.com/library/2393507307/for-poweredby-memes