SelfViewPosition

This enum defines the screen location of the current player's self view, used in conjunction with SocialService:ShowSelfView() for example.

Items

NameValueSummary
LastPosition0

The position of the self view when it was last closed.

TopLeft1

Top-left corner of the screen, with slight padding from the top and left edges.

TopRight2

Top-right corner of the screen, with slight padding from the top and right edges.

BottomLeft3

Bottom-left corner of the screen, with slight padding from the bottom and left edges.

BottomRight4

Bottom-right corner of the screen, with slight padding from the bottom and right edges.

On this page