Advanced Accessory System
  • Introduction
  • Tutorials
    • Create a new category
    • Add Currencies
    • Gamemode Compatibility
    • Add a language
  • Client Functions
    • Accessories
    • Draw gradients
    • Inventory
    • Items
    • Utils
  • Client UI Functions
    • Admin
    • Bodygroups
    • Items
    • Main
    • Models
    • Notifications
  • Client Hooks
    • Accessories
    • Inventory
  • Client Variables
    • AAS UI
    • AAS.ClientTable
  • Client VGUI List
    • AAS:Cards
    • AAS:CheckBox
    • AAS:ComboBox
    • AAS:DModel
    • AAS:ScrollPanel
    • AAS:Slider
    • AAS:TextEntry
  • Server Functions
    • Accessories
    • Bodygroups
    • Entities Saving
    • Item Configuration
    • Notifications
    • Offsets
    • Player Saving
    • Purchasing
    • SQL
    • Synchronisation
    • Utils
  • Server Hooks
    • Accessories
    • Bodygroups
    • Item Configuration
    • Purchasing
    • Synchronisation
  • Shared functions
    • Inventory
    • Utils
  • Console Commands
    • Entities Saving
    • Items
  • Structs
    • Item Categories
    • Item Table
    • Item Jobs
    • Item Options
    • Offset table
Powered by GitBook
On this page
  • PLAYER:AASSaveBodygroups(bodyGroupTable)
  • PLAYER:AASLoadBodyGroup()

Was this helpful?

  1. Server Functions

Bodygroups

You can see some bodygroups functions

PLAYER:AASSaveBodygroups(bodyGroupTable)

Save user bodygroups

Types

Arguments

Descriptions

Optional

bodyGroupTable

bodyGroupTable

Bodygroups to save on the player

❌

PLAYER:AASLoadBodyGroup()

Load user bodygroups

PreviousAccessoriesNextEntities Saving

Last updated 3 years ago

Was this helpful?