Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

[Enhancement]: Update to use the new ChangeHistoryService API #32

@ryanlua

Description

@ryanlua

Contact Details

No response

Is your feature request related to a problem?

ChangeHistoryService:SetWaypoint will get deprecated soon according to https://devforum.roblox.com/t/2512500. Soon problems will arise from using the deprecated API.

Timeline

It will take time for both your plugins and our internal Studio code to migrate towards this new Recording API, and there will be a transitional period where both APIs are in use. Here’s our planned timeline for the migration:

  • Now
    • You can update your plugins to use the Recording API.
    • We will begin updating Studio to internally use the Recording API.
  • In the coming months
    • SetWaypoint will be deprecated assuming a smooth migration.
    • Calls to SetWaypoint will warn that you should migrate to the new API.
    • Studio systems such as the Package system will begin relying on the new API and possibly have degraded interactions with plugins that haven’t migrated.
  • Long term:
    • We want to internally replace the Waypoint system entirely with the Recording system. We’ll evaluate how to proceed on an ongoing basis depending on developer feedback and how the migration is progressing.

Describe the solution you'd like

Usage of the new ChangeHistoryService API with a migration to use ChangeHistoryService:TryBeginRecording and ChangeHistoryService:FinishRecording.

Describe alternatives you've considered

No response

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions