ProtoFlux:User Left

From Resonite Wiki
User Left
OnLeft
LeftUser
World

The User Left node is an event that fires when a user leaves the current world this node is in, as well as providing that user.

Even though this will provide the user, it will only last for as long as this fired, only giving you enough time to check references, clean up anything, and using any of the data therein before the user fully leaves the world. After that point, that user, their references, and their data wont match to anything going forward past this point.

Outputs

OnLeft (Call)

Fires when a user leaves the world.

LeftUser (User)

The User that left the world.