DataStore

DataStore : GlobalDataStore

Overview

DataStoreService:GetDataStore() 메서드를 통해 생성하거나 조회할 수 있는 객체로, 플레이어의 레벨, 보유 재화, 장비 목록 등 게임 내 데이터를 지속적으로 저장하고 불러오는 데 사용됩니다.

Properties

Methods

ListKeysAsync

현재 지원되지 않습니다.

Parameters

string InPrefix

Return

DataStoreKeyPages

Code Samples

Events

See also

Saving & Loading Data

Last updated