Forum Discussion

FreakyChest's avatar
6 months ago

Broadcast Listener acts odd on first owner change

(already reported inside editor, mentioning just in case any other creators had odd behavior)
You can test this by having a listener (local script) and emitter (default).

- Have the emitter send messages every second. 

- listener on pickup set owner to player

- listener on drop set owner to serverPlayer

If you let many messages be sent and then pick up listener, when owner is changed for the first time, it will get every message at once. If you drop it no issue keeps receiving messages like normal, pick it up again no issues. Just the first time you pick it up, you get all previous broadcasts. 

No RepliesBe the first to reply