NPC Follower AI Preset.
Automatically tracks and follows a leader entity at a specified offset and distance. Ideal for companion NPCs or squad members.
const companion = createFollowerPreset({ offset: [-2, 0, -2], followDistance: 3}); Copy
const companion = createFollowerPreset({ offset: [-2, 0, -2], followDistance: 3});
NPC Follower AI Preset.
Automatically tracks and follows a leader entity at a specified offset and distance. Ideal for companion NPCs or squad members.