Skip to main content

14 docs tagged with "Networking"

View All Tags

Get Authority

Gets the authority player of the chip's current context.

If Local Player Is Authority

I'm Authority exec fires on the player's machine who has authority in the current context. At the room level, this is room authority, inside an object board, this is object authority. I'm Not Authority exec fires for everyone else.

If Local Player Should Run

The "Should Run" port will exec a) if the input player is local or b) if input player is invalid and the local player has authority of the current context.

If Player Is Valid And Local

If the input player is invalid, this runs Is Not Valid. If the input player is valid but not the local player, this runs Is Valid And Not Local. If the input player is both valid and the local player, this runs Is Valid And Local. Players can be invalid if a variable is never set or if a player has left the room.

Player Get Is Local

Outputs True if the input player is the local player executing the chip on their machine.

Recalculate Room Authority

Recalcualtes and updates the current room authority based on parameters such as their network connection and platform.