This will get the player coords.
local UgCore = exports['ug-core']:GetCore() RegisterCommand('getCoords', function (source, args) local coords = UgCore.PlayerData.coords print(coords) end, false)
Last updated 1 year ago
Was this helpful?