🌍World
Table containing functions for interacting with the world.
GetGroundZ(x: number
, y: number
): number
number
, y: number
): number
Name
Type
Description
x
number
The X position to get the ground Z from.
y
number
The Y position to get the ground Z from.
Returns the ground Z at the given position.
Last updated