IncommingConnection (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>SCARFACIAL
No edit summary
>JulienDethurens
No edit summary
 
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Protected}}
{{Note|This event is named incorrectly, and should be called IncomingConnection.}}
<onlyinclude>{{Event|name = IncommingConnection
<onlyinclude>{{Event|name = IncommingConnection
|arguments = [[String]] ''peer'', [[NetworkReplicator]] ''replicator''
|arguments = {{type|string}} <var>peer</var> {{type|instance=NetworkReplicator}} <var>replicator</var>
|description = Fired when a new player connects to the game.
|description = Fired when a new player connects to the game.
|object = NetworkServer
|object = NetworkServer
|protected  = Yes
}}</onlyinclude>
}}</onlyinclude>


{{clear floats}}
{{clear floats}}
Note: It is against the rules to trace IPs on Roblox. This article is purely informational.
{{Example|<code lua>
game:GetService("NetworkServer").IncommingConnection:connect(function(ip, replicator)
  print(ip)
end)
</code>}}


[[Category:Events]]
[[Category:Events]]

Latest revision as of 18:55, 22 April 2012

Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
Note:This event is named incorrectly, and should be called IncomingConnection.
IncommingConnection ( string peer NetworkReplicator replicator )
Description Fired when a new player connects to the game.
Member of: NetworkServer