| Returns | string |
| Prototype | Player:GetIP() |
| Description | Returns the IP address of the player. |
local ip = args.player:GetIP()
Chat:Broadcast(args.player:GetName().." joined, their IP is "..ip, Color(255, 255, 255))
end
Events:Subscribe("PlayerJoin", PlayerJoin)