- Joined
- Jun 21, 2019
- Messages
- 4
Trying to extract chat messages from Observers to run simple trigger that doesn`t need sync.
What already tried:
does work but returns nothing (no text, no player). Figuring out triggering player is simple but text is beyond me.
Tried to get text from chat text frame but nor chat nor it`s children don`t ever return any text.
Is there any working way?
What already tried:
Lua:
TriggerRegisterPlayerEvent(trig, Player(0), EVENT_PLAYER_CHAT)
Tried to get text from chat text frame but nor chat nor it`s children don`t ever return any text.
Is there any working way?
Last edited: