^^ I hope this image loads, this is the first time I post something here ^^
I tried multiple ways already, none of them seemed to work, now I hope for some help on this one.
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
if character then
local Model = character:Clone()
Model.Parent = game.Workspace.Customization
Model.HumanoidRootPart.Anchored = true
Model.Humanoid:LoadAnimation(Model.Idle):Play()
end