While browsing the Dev Hub I came across several pages that utilize deprecated RBXScriptSignals.
Such as, :connect(), :wait(), and :disconnect(). Which have been deprecated in favour of :Connect(). :Wait() and :Disconnect() respectively.
The following pages still have the deprecated code listed.
- How to disconnect an event connection
- How to listen for and respond to a chat event
- Add Chat Commands
- Sound.Loaded
- Setting Players to Full Health
What should be done is have all pages up above updated to use the non-deprecated equivalents of the presently deprecated RBXScriptSignals. While fixing these is very likely minor priority, I have decided to create this topic so that Staff can update the articles when they have the time.