Skip to content

WIP: Prefab migration guide

Tony edited this page Jul 27, 2024 · 1 revision

For networked entities, add inst.entity:AddNetwork() and

inst.entity:SetPristine()

if not TheWorld.ismastersim then
    return inst
end

For inventory items, change MakeInventoryFloatable to PorkLandMakeInventoryFloatable

Clone this wiki locally