Players:CreateHumanoidModelFromUserId decapitates me in a ViewportFrame

game.Players:CreateHumanoidModelFromUserId(2815943268).Parent = workspace

This works.

game.Players:CreateHumanoidModelFromUserId(2815943268).Parent = game.StarterGui.ScreenGui.ViewportFrame

This cuts my head off.

image

What do I need to do to get myself to render correctly in a ViewportFrame?

Try making a WorldModel underneath the ViewportFrame, then parent your character to that

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.