#Error when trying to clone a players character to put in the viewport

1 messages · Page 1 of 1 (latest)

smoky badge
#

I'm trying to clone a players character to have them do animations in a view port but whenever I try to clone the character it returns nil even though a print of that exact path does not

ashen turret
#

Do this Players.LocalPlayer.Character.Archivable=true
--clone here
Players.LocalPlayer.Character.Archivable=false

smoky badge
#

tysm!