PowerHorse Engine
    Preparing search index...
    type DecodeOptions = {
        NonGameDescendantInstancesYieldTime?: number;
    }
    Index

    Properties

    NonGameDescendantInstancesYieldTime?: number

    How long the Instance Decoder will yield for Instances that were initialized with a Parent that the realm cannot resolve e.g. If you Encoded an Instance on the Server but didn't Parent it or Parented it to ServerScriptServices and attempted to Decode on the Client, It will be considered a NonGameDescendantInstance.

    Defaults to 8