NetworkPeer

非推奨を表示
作成できません
閲覧できません

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

概要

方法

  • プラグインのセキュリティ

    Sets the maximum outgoing bandwidth that Roblox can use.

プロパティ

方法

SetOutgoingKBPSLimit

void
プラグインのセキュリティ

Sets the maximum outgoing bandwidth that Roblox can use.

パラメータ

limit: number

戻り値

void

コードサンプル

NetworkPeer:SetOutgoingKBPSLimit

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

イベント