roblox-ts / services

A module that exports common Roblox services.
9 stars 11 forks source link

Missing ChangeHistoryService #89

Open TrippTrapp84 opened 1 week ago

TrippTrapp84 commented 1 week ago

Missing ChangeHistoryService

rimuy commented 1 week ago

ChangeHistoryService is already included here https://github.com/roblox-ts/services/blob/cfaed30adf02dc1b7a9b6859a81168af6e4942f0/plugin.d.ts#L9 The reason why it doesn't appear on intellisense by default is because it's a plugin-only service. To use it you must reference the plugin types at the top of your file: /// <reference types="@rbxts/types/plugin" />