Profiles API - Total-RP/Total-RP-3 GitHub Wiki

The TRP3 player profiles API, found here.

local profilesAPI = TRP3_API.profile;

See more about the profile structure here.

Common Arguments

  • profileID: A unique ID created by TRP3
  • profileName: A player-chosen name for the given profile
  • fieldPath: Path used to access data within a TRP3 profile, see profile structure.

Functions