Hello team!!
I'm trying to ROUND a large decimal value obtained from DistanteToPoint:
self.Object1:GetPosition():DistanceToPoint(self.Object2:GetPosition())
This is my line to obtain the distance that i show on screen with DrawText. But i don't know how encode or use Round() function to Round the value obtained from DistanceToPoint.
I imagine it will be a simple line, but boy I am unable to code it.
Many thanks!!