File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
content/en-us/reference/engine/classes Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -293,21 +293,23 @@ callbacks:
293293 returns anything else (including `nil`), the message won't be delivered to
294294 that client, although the sender will see the message regardless.
295295
296- The sender can be referenced by `Class.TextChatMessage.TextSource`. The
297- receiver is the `textSource` argument. Note that the sender and receiver
298- can be the same, as the callback iterates through all possible receivers.
299- In Roblox Studio, you will be the only sender and recipient of a message
300- while in Play Solo mode.
296+ The sender can be referenced by `Class.TextChatMessage.TextSource`,
297+ while the receiver is the `textSource` argument. Note that the sender
298+ and receiver can be the same, as the callback iterates through all possible
299+ receivers. In Roblox Studio, you will be the only sender and recipient of a
300+ message while in solo **Play** mode.
301301 code_samples : []
302302 parameters :
303303 - name : message
304304 type : TextChatMessage
305305 default :
306- summary : ' The message being sent, which also contains the sender of the message.'
306+ summary : |
307+ The message being sent, which also contains the sender of the message.
307308 - name : textSource
308309 type : TextSource
309310 default :
310- summary : ' The `Class.TextSource` of the user who will be receiving the message.'
311+ summary : |
312+ The `Class.TextSource` of the user who will be receiving the message.
311313 returns :
312314 - type : Tuple
313315 summary : ' '
You can’t perform that action at this time.
0 commit comments