Intellisense for RBXScriptSignal does not show Wait method

Reproduction Steps

Copy the following source into a script:

--!strict

local event: BindableEvent = Instance.new("BindableEvent");
local signal: RBXScriptSignal = event.Event;

Type signal:, and look at the intellisense. It shows Connect and ConnectParallel, but not Wait.

Curiously, if you type signal., it shows Wait (and it hints that it takes a self parameter).

Expected Behavior

I’d expect to see Wait, Connect, and ConnectParallel all as suggestions.

Actual Behavior

Connect and ConnectParallel are suggestions.

Wait can be found if you type “signal.”



Issue Area: Studio
Issue Type: Other
Impact: Low
Frequency: Constantly

7 Likes

adding onto this, :Once() is not even recognized as a real thing:
image

However, this seems to be exclusive to bindable events.


2 Likes

Thanks for the report! We’ll follow up when we have an update for you.

2 Likes

Sorry for the late response here - is this still an issue? Please lmk. If it is, I’ll get in touch with the team.

All good now!

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