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
Desired outcome: :connect
is changed to :Connect
to represent RBXScriptSignal:connect
being deprecated.