08-30-2015, 01:12 AM
I used :
Trying to use TryGetHeight(X, Z), returned bool value and error in colsole.
PHP Code:
X = math.random(-2000, 2000)
Z = math.random(-2000, 2000)
Y = Player:GetWorld():GetHeight(X, Z)
Trying to use TryGetHeight(X, Z), returned bool value and error in colsole.