BillboardGui.CurrentDistance doesn't work

Referencing this post: Release Notes for 382

After setting BillboardGui.DistanceStep to 1, the property BillboardGui.CurrentDistance doesn’t appear to work as expected.

Observed Behavior

  • CurrentDistance always returns 0, regardless of the actual distance between the BillboardGui and the player’s camera.
  • The Changed event tied to this property does not fire either.

Expected Behavior

  • CurrentDistance should return the actual distance between the camera and the BillboardGui.
  • It should also fire the Changed event when the distance changes, especially when DistanceStep is set to 1 to allow for fine-grained updates.
1 Like