GetEntryCoordinates
This export returns the entry coordinates of the current property the player is in, or the player's current coordinates if not in a property.
exports.nolag_properties:GetEntryCoordinates()Returns
Usage Example
local entryCoords = exports.nolag_properties:GetEntryCoordinates()
print("Entry coordinates:", entryCoords)Description
Last updated