GetHumanoidDescriptionFromUserIdAsync does not work with Scoped User Ids

GetHumanoidDescriptionFromUserIdAsync does not work with Scoped User Ids

Repro:

  • Create a new place
  • Put a LocalScript in StarterPlayerScripts:
game:GetService("Players"):GetHumanoidDescriptionFromUserIdAsync(game.Players.LocalPlayer.User)
  • Run and see that it errors instead of working as expected