Need help with loading cloned character perfectly

Hello, the lost people,

I have a problem with cloning character. This script is from my previous Post. I am making a local character cutscene. I really want to fix this ASAP. Please help :<

image

Are you using the gnomecode cutscene system?

I mean, no. I’m not using his code. Anyway, this script is running from localscript in screengui

Here’s the code I used. Not sure if it’ll work on a client, but it should (You’ll have to change it slightly of course)

local character = player.Character or player.CharacterAdded:Wait()
character.Archivable = true
local clone = character:Clone()
clone.Name = player.Name
clone:WaitForChild("Humanoid").DisplayDistanceType = Enum.HumanoidDisplayDistanceType.None
clone.Parent = game.ReplicatedStorage.Cutscenes.PlayerAvatars

Yes, your code is working I know. I only want to load the character perfectly

1 Like

Hope I was able to help :smiley: If you need any more help, feel free to @ me or try watching gnomecode’s videos for a good in depth tutorial! see ya!