yolkbot
    Preparing search index...

    Interface PlayerSyncFrame

    The view property on a Player

    interface PlayerSyncFrame {
        pitch: number;
        scale: number;
        yaw: number;
    }

    Hierarchy

    Index

    Properties

    Properties

    pitch: number

    The player's pitch (vertical rotation, -1.5 to 1.5)

    scale: number

    The scale of the player at the frame (usually 1, unless ShellStreak.MiniEgg is active)

    yaw: number

    The player's yaw (horizontal rotation, 0 to Math.PI*2)