[Request] Attaching arbitrary props to agents (both players and guards)

Currently the only two options of attaching something to an agent are:

  1. “Stick to Player” option on vfx_creator_device. This option is limited to Niagara effects this device can create, which have issues (see Medium - VFX Creator - Custom Niagara VFX or custom Sprites do not show in game.), and does not work on guards/wildlife/other agents.

  2. Make prop follow player using a loop and MoveTo or TeleportTo. Even with the smallest sleep delay, this option does not work well when the player is moving quickly. Additionally it is not possible to attach to specific part of the player, for example to a weapon.

I think a general way to attach any creative_prop to any agent would be ideal.

Something like AttachProp(Agent: agent, Prop: creative_prop, AgentBodyPart: agent_body_part). Parts can be same as on current VFX creator: Head, Center, Base, Weapon.

@djpixel Thank you for your feedback. While I cannot guarantee a response, I can confirm that this has been forwarded to the appropriate team.