game.Players.PlayerAdded:Connect(function(player)
player.CharacterAdded:Connect(function(character)
local humanoid = character:WaitForChild("Humanoid")
task.wait()
local desc = humanoid:GetAppliedDescription()
desc.Torso = 0
desc.LeftArm = 0
desc.RightArm = 0
desc.LeftLeg = 0
desc.RightLeg = 0
humanoid:ApplyDescription(desc)
end)
end)
like default R15 avatars is the default scale, but some of these UGC avatars look much taller ![]()




