Game

Client functions that are in some way related to the game aspects.

local closestPlayer, closestDistance = Wosa.Game.ClosestPlayer()
local Players = Wosa.Game.Players()
local PlayersInArea = Wosa.Game.PlayersArea()

Last updated

Was this helpful?