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

Group Only Chat? [closed]

Asked by 10 years ago

I am making a group place and i want to know how to make it so a menu comes up where the team can chat where the other team can't see it. I would also want to know where to put it. I didn't know what to tag this.

Closed as Not Constructive by Articulating

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

3 answers

Log in to vote
1
Answered by
spynaz 30
10 years ago

This isn't just a simple script, you would need to create a custom chat system. I recommend you first study the following subjects before you attempt to create it:

http://wiki.roblox.com/index.php?title=Chatted_(Event)/player --to fire a function when the player chats

http://wiki.roblox.com/index.php?title=TeamColor_(Property) --to figure out what the player's team is

http://wiki.roblox.com/index.php?title=Beginner%27s_GUI_Tutorial --learn how to use GUIs

Ad
Log in to vote
0
Answered by
JuHDude 25
10 years ago

ROBLOX already has a feature like this in place. Make sure the group you are making the place for, spawns on a separate team. Once in-game you can use "%" before you chat to make it TeamChat

Log in to vote
-1
Answered by 10 years ago

JuHDude,

That is correct, but I've used it during actual RAIDS, and the TeamChat blows. It gave away all my team's plans.

In that case, you would have to make a new chat system.