#Distance counter
1 messages · Page 1 of 1 (latest)
There’s a circuit called Distance
You input two Vector3’s and it’ll tell you how far they are from each other in meters
To get an objects or players vector3 you can use Get Position
To convert the number of meters into a string, use To String
THXXX!!
how do i put it without the other number
example: string: "1.098541" how do i leave only the string: "1"
Floor to int
Or you can round to decimal