List of pages utilising deprecated RBXScriptSignal:connect

Thread will be dedicated to pages with code samples which are utilising the RBXScriptSignal:connect listener instead of RBXScriptSignal:Connect, feel free to add on.

(automatically scraped, pedantic and minor minor priority but nevertheless)


https://www.robloxdev.com/api-reference/event/ClickDetector/MouseHoverEnter
https://www.robloxdev.com/api-reference/event/ClickDetector/MouseHoverLeave
https://www.robloxdev.com/api-reference/function/Instance/GetPropertyChangedSignal
https://www.robloxdev.com/api-reference/function/CollectionService/GetInstanceAddedSignal
https://www.robloxdev.com/api-reference/function/CollectionService/GetInstanceRemovedSignal
https://www.robloxdev.com/api-reference/event/Instance/AncestryChanged
https://www.robloxdev.com/api-reference/event/Instance/Changed
https://www.robloxdev.com/api-reference/event/Instance/ChildAdded
https://www.robloxdev.com/api-reference/event/Instance/ChildRemoved
https://www.robloxdev.com/api-reference/event/Instance/ChildRemoved
https://www.robloxdev.com/api-reference/event/Instance/DescendantRemoving
https://www.robloxdev.com/articles/Understanding-Functions-in-Roblox
https://www.robloxdev.com/api-reference/event/Mouse/Button1Down
https://www.robloxdev.com/api-reference/event/Mouse/Button1Up
https://www.robloxdev.com/api-reference/event/RunService/Heartbeat
https://www.robloxdev.com/api-reference/event/RunService/RenderStepped
https://www.robloxdev.com/api-reference/event/BasePart/Touched
https://www.robloxdev.com/api-reference/event/BasePart/TouchEnded
https://www.robloxdev.com/api-reference/event/GuiButton/MouseButton1Click


Example


Desired outcome: :connect is changed to :Connect to represent RBXScriptSignal:connect being deprecated.

6 Likes

https://www.robloxdev.com/api-reference/property/UserInputService/MouseBehavior
https://www.robloxdev.com/api-reference/event/UserInputService/DeviceRotationChanged
https://www.robloxdev.com/api-reference/property/BasePart/Transparency

Thank you for the report.

This is an issue we are aware of and will be addressing soon.

2 Likes

This issue has been corrected more or less across the board. Thanks again for bringing this to our attention.

One area where it may still persist, is the embedded code blocks in article / tutorial pages.

Note, some changes may take time to be reflected on the website.

1 Like

The article for functions on the Developer Hub uses the deprecated “:connect(function)” rather than “:Connect(function)”. This can be found in the “Event Triggered Functions” and “Anonymous Functions” sections, as seen in the screenshots below.


These two issues have been fixed. In the future, please feel free to create a new thread if the existing one is already marked as solved.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.