Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there really a difference between :connect and :Connect?

Asked by
Async_io 908 Moderation Voter
5 years ago

The title really explains it all.

I've heard a lot to not use :connect and that it's deprecated but I always use it anyways. Should I really start using :Connect?

1 answer

Log in to vote
1
Answered by 5 years ago

There is no actual difference between RBXScriptSignal:connect() and RBXScriptSignal:Connect()

You can use whichever you wan't, RBXScriptSignal:connect() was deprecated because of inconsistensies.

Though I would recommend you use :Connect(), and just avoid using all deprecated API in general.

This question was actually already answered about 10 months ago, you can see what the other answer was here

https://scriptinghelpers.org/questions/45894/why-is-connect-deprecated

0
Very good answer. Thank you! Async_io 908 — 5y
Ad

Answer this question