Signal:Connect() has been deprecated, use Signal:connect()

Starting after today’s Studio update, I have been getting the following error when opening Studio:

Also getting the same warning when opening the Terrain Editor (that stack trace continues for a while)

I’m on macOS 10.15.4 on Studio build 0.429.0.403819

5 Likes

Well its deprecated use Signal:connect() (dont ever do that)

this is an active error that is allready being talked about here
https://devforum.roblox.com/t/terrain-tools-builtinplugin-warning-in-output

1 Like

Everyone on the latest version of studio has been having this issue currently, when you press play.

I’ve been getting this error, and it’s not fun searching for the output statements made by my scripts out of the flood of output coming from Plugin_TerrainToolsV2.rbxm!

1 Like

Looks like they have reverted this warning

I know this is a bump to the topic, but the same warning is occurring, led by a different location when pressing Play button. It appears in-studio only. And this only appears when the spatial voice feature is enabled.

Signal:Connect() has been deprecated, use Signal:connect()
CorePackages.AppTempCommon.Common.Signal:61 function Connect
CorePackages.RoactUtilities.ExternalEventConnection:34 function didMount
CorePackages.Packages._Index.Roact.Roact.Component:340 function __mount
CorePackages.Packages._Index.Roact.Roact.createReconciler:408 function mountVirtualNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:115 function updateChildren
CorePackages.Packages._Index.Roact.Roact.createReconciler:144 function 
updateVirtualNodeWithChildren
CorePackages.Packages._Index.Roact.Roact.RobloxRenderer:213 function mountHostNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:404 function mountVirtualNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:115 function updateChildren
CorePackages.Packages._Index.Roact.Roact.createReconciler:144 function 
updateVirtualNodeWithChildren
CorePackages.Packages._Index.Roact.Roact.createReconciler:368 function 
mountFragmentVirtualNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:412 function mountVirtualNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:115 function updateChildren
CorePackages.Packages._Index.Roact.Roact.createReconciler:149 function 
updateVirtualNodeWithRenderResult
CorePackages.Packages._Index.Roact.Roact.Component:336 function __mount
CorePackages.Packages._Index.Roact.Roact.createReconciler:408 function mountVirtualNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:115 function updateChildren
CorePackages.Packages._Index.Roact.Roact.createReconciler:149 function 
updateVirtualNodeWithRenderResult
CorePackages.Packages._Index.Roact.Roact.Component:336 function __mount
CorePackages.Packages._Index.Roact.Roact.createReconciler:408 function mountVirtualNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:115 function updateChildren
CorePackages.Packages._Index.Roact.Roact.createReconciler:149 function 
updateVirtualNodeWithRenderResult
CorePackages.Packages._Index.Roact.Roact.Component:336 function __mount
CorePackages.Packages._Index.Roact.Roact.createReconciler:408 function mountVirtualNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:115 function updateChildren
CorePackages.Packages._Index.Roact.Roact.createReconciler:144 function 
updateVirtualNodeWithChildren
CorePackages.Packages._Index.Roact.Roact.RobloxRenderer:213 function mountHostNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:404 function mountVirtualNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:115 function updateChildren
CorePackages.Packages._Index.Roact.Roact.createReconciler:149 function 
updateVirtualNodeWithRenderResult
CorePackages.Packages._Index.Roact.Roact.Component:336 function __mount
CorePackages.Packages._Index.Roact.Roact.createReconciler:408 function mountVirtualNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:444 function mountVirtualTree
CoreGui.RobloxGui.Modules.VoiceChat.VoiceChatServiceManager:455 function createPromptInstance
CoreGui.RobloxGui.Modules.VoiceChat.VoiceChatServiceManager:464 function showPrompt
CoreGui.RobloxGui.Modules.VoiceChat.VoiceChatServiceManager:365 function 
universeAndPlaceCanUseVoice
CoreGui.RobloxGui.Modules.VoiceChat.VoiceChatServiceManager:392
CorePackages.Packages._Index.Promise.Promise:151 function runExecutor
CorePackages.Packages._Index.Promise.Promise:295
]

11 Likes

Yeah, they have fixed it now though.

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