Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Teams Chatting with others teams inside teamChat how?

Asked by 4 years ago

i want to make a script that i Really blue team can chat with Blue Team.What Should i Do?

1 answer

Log in to vote
2
Answered by
SmartNode 383 Moderation Voter
4 years ago
Edited 4 years ago

I would implement a system that uses .Chatted

When using the signal, you’re going to want to be able to get the player associated with it.

  • .Chatted Fires
    • Returns Player Instance
    • Return Message
    • Returns Boolean (true if chat was a team chat)
  • Set conditions & variables
    • Stop if Boolean is false
    • Find the Player’s team
  • Find the player’s team alias
    • Send the Message as a team chat to the associated team

This is theoretical and not practical, for example only- details in here may be incorrect but the idea is correct.

Let me know if this helps you.

1
Then the OP disappears and never accepts your answer :c Psudar 882 — 4y
Ad

Answer this question