I've always used event:connect(), except I was going through RBXScriptSignal and I saw that connect is deprecated in favor of Connect() does anybody know why this is?
It was most likely because connect
is inconsistent with Roblox's use of Pascal Case for object member names. Other such instances of this have occurred in the past, for instance getService
being deprecated in favor of GetService
in DataModel.