Feedback on "wait"

There is a deprecation message pointing to task.wait, however it isn’t shown.

deprecation_message: |
This method has been superseded by Library.task.wait() and should not be
used for future work.

Affected URL: https://create.roblox.com/docs/reference/engine/globals/RobloxGlobals#wait

Same for all the other deprecated globals

Thanks HumanCat222. I added the same logic that the engine classes use here, where deprecation message overrides summary if it exists.

1 Like