Reference API Roblox

Engine API

Website

Related

Reference API Roblox

SaveFilter

Used by DataModel.SavePlace to determine the type of save operation This enum determines which aspects of the current place are saved, based on the following options.

This enum is deprecated. It exists only for backward compatibility, and should not be used for new work.

Tags: [Deprecated]

Items 3

HistoryNameValueDescription
599SaveWorld0

Saves only the world-related data.

599SaveGame1

Saves only the game-related data.

599SaveAll2

Saves all data, including both world and game-related information.

Description

History 8

Settings