Well, I have tried to clone the player character and for some reason nothing works for me. I thought the script would work but it doesn’t clone the character
local ViewPortFrame = script.Parent.Inventario.ImageLabel:WaitForChild("ViewportFrame")
game.Loaded:Wait()
local player = game.Players.LocalPlayer
local character = workspace:FindFirstChild(player.Name)
local CloneCharacter = character:Clone()
CloneCharacter.Parent = ViewPortFrame