Actors "BindToMessage" within the Command Bar causes an immediate crash

Attempting to

  • Actor:BindToMessage("topic", function)
    or
  • Actor:BindToMessageParallel("topic", function)

via the Command Bar in studio causes an immediate crash.

local Actor = Instance.new("Actor", workspace)
Actor:BindToMessage("topic", function() end)

Thanks for the report, we have a fix on the way!

1 Like

The fix has been rolled out. Thanks for your patience over the break!

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