Description:
When all actions on a file are undone such that no action is left to undo, a warning appears (only the first time everything is undone) about the parent property of GamepadService being locked. This warning should not appear because it is irrelevant output to the user in Studio, GamepadService is an internal class.
Repro:
- Open a new or existing file in Studio
- Perform one or more actions (i.e. insert a part into workspace)
- Hit undo until all actions are undone (CTRL+Z on windows)
- Check output
The output shows consistently (100% of the time) the following warning:
The Parent property of GamepadService is locked, current parent: Place1, new parent NULL
When did it start happening:
Someone else first noticed this in June 2015, which seems to be a few months after GamepadService was added to the API documentation.