NetworkPeer

Afficher les obsolètes
Création impossible
Non navigable

The NetworkPeer object is the most basic class of the network objects.

Résumé

Méthodes

Propriétés

Méthodes

SetOutgoingKBPSLimit

void
Sécurité des plugins

Sets the maximum outgoing bandwidth that Roblox can use.

Paramètres

limit: number

Retours

void

Échantillons de code

NetworkPeer:SetOutgoingKBPSLimit

local NetworkClient = game:GetService("NetworkClient")
NetworkClient:SetOutgoingKBPSLimit(1)

Évènements