# 10.2.1 - :Once #13
lucasmz-dev
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! Welcome back! It's been some time! 😊
Changes
Nothing too big changed, this update is backwards compatible.
Roblox is now releasing a new RBXScriptSignal function which will be
:Once
, FastSignal already implemented a similar function which was:ConnectOnce
which was then even added on sleitnick's fork of GoodSignal. For API parity, it has been renamed to:Once
, however you can still call:ConnectOnce
.:Once
now returnsScriptConnection
.Fixed type issue where no intellisense worked on Roblox's Script Editor.Being investigated.Moonwave page finally updated.
Important notice
Because
:Once
hasn't actually launched, and also we don't know exactly how it works.Because of that, if
:Once
behaviour is not the same as the one we expect by how it works and how it is implemented here, then its current implementation here, will then be moved to:ConnectOnce
and:Once
will by replaced by a Lua implementation of how it works on Roblox.This discussion was created from the release # 10.2.1 - :Once.
Beta Was this translation helpful? Give feedback.
All reactions