PropPlaceholder

    If you want to spawn a prop when your map is loaded, use a PropPlaceholder to do so.

    PropPlaceholders are simple: When Blast Zone finds a BasePart with the PropPlaceholder tag, it'll spawn the prop with the name matching the part's name.

    Example: ExplodingBarrel parts in Regen_Props on MapKit.🔗

    These parts are rigged with PropPlaceholder and spawn an ExplodingBarrel (the name of the part) when the map is loaded.

    You can also use PropPlaceholder for your own custom props and you can set attributes on the PropPlaceholder that will be added to the prop when it's spawned.