You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roblox is very inconsistent with casing - most libraries (e.g. Roact/Rodux) by Roblox are camelCase (with lowercase first letter), but Roblox Instance methods are CamelCase. Unfortunately, this has the bad side-effect of making user code inconsistent.
Is there any way GoodSignal could add cased aliases for disconnect, wait, and connect?
The text was updated successfully, but these errors were encountered:
Roblox is very inconsistent with casing - most libraries (e.g. Roact/Rodux) by Roblox are camelCase (with lowercase first letter), but Roblox Instance methods are CamelCase. Unfortunately, this has the bad side-effect of making user code inconsistent.
Is there any way GoodSignal could add cased aliases for
disconnect
,wait
, andconnect
?The text was updated successfully, but these errors were encountered: