Explain the Tuple return of GetCanUndo() and GetCanRedo()

https://www.robloxdev.com/api-reference/function/ChangeHistoryService/GetCanUndo
https://www.robloxdev.com/api-reference/function/ChangeHistoryService/GetCanRedo

The page does not list actual values expected to be returned by the function, which would be a bool followed by a string. Y’all ought to start making use of that handy little return table that exists but chooses to just say “Tuple” instead of listing returns

3 Likes