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 returns0
, regardless of the actual distance between theBillboardGui
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 whenDistanceStep
is set to1
to allow for fine-grained updates.