GetChatLocation
From Onset Developer Wiki
Description
Get the player's chat screen location.
Syntax
GetChatLocation()
Parameters
- This function has no parameters.
Return Value
- This function returns the X and Y axis vectors.
Example
local x, y = GetChatLocation()