Looking for ideas on how to merge a buildboard gui

https://gyazo.com/0a4a3ff879a6d93bf09b9b00f13b016e
In this gif when your camera goes near the two guys they get their own separate guis and when you zoom away they merge into one. How can i do something like that. (the gif was not my game)

It’s hard to give a precise answer to a vague post that doesn’t show any attempted code.

Achieving this depends on many factors:

  • How are you managing the BillboardGuis?
  • Have you explored the properties within BillboardGui and attempted any?
  • How are you zooming out. Is the Camera scriptable?
  • Are you utilizing the fieldofview in Camera if it is being manipulated?

If it were me, roughly, I would have the code be entirely based on the Camera (obviously) and based on its frame and how far it is zoomed.

  1. wdym

2.yes(nothing that i noticed could help)

3.camera is scriptable and custom

4.no