CoinyeJoin Date: 2010-07-19 Post Count: 4347 |
Just remove autocolorcharacters, it's glitchy and irritating. |
|
|
Untick AutoColorCharacters in your teams.
Done. |
|
UlrondJoin Date: 2011-06-23 Post Count: 11962 |
^ |
|
|
well you can use a script for your game but i dont thing that the others care about that |
|
|
"Untick AutoColorCharacters in your teams.
Done."
There's your answer. |
|
CoinyeJoin Date: 2010-07-19 Post Count: 4347 |
"Untick AutoColorCharacters in your teams.
Done."
This does not work. If it did I would not be posting. |
|
|
Well then just remove the script that controls player coloring. |
|
CoinyeJoin Date: 2010-07-19 Post Count: 4347 |
I don't even think that's possible. You can currently only fix autocolorcharacters through making a script, but not everyone is going to use it in their games, or knows how. |
|
|
game.Players.PlayerAdded:connect(p)
p.CharacterAdded:connect(function(c)
if not c:FindFirstChild("RobloxTeam") then repeat wait() until c:FindFirstChild("RobloxTeam")
c.RobloxTeam:Destroy()
end
end)
end)
--[[There you go, no more team coloring.]]-- |
|
CoinyeJoin Date: 2010-07-19 Post Count: 4347 |
I know how to do that, my point is that other people don't. |
|
|
Then they should learn how to or go to free models.
But they could fix the script, I guess. Or just remove it.
But whatever. Still scriptable. |
|
CoinyeJoin Date: 2010-07-19 Post Count: 4347 |
Some people make popular places and then quit Roblox. They can't fix it anymore. |
|
|
Well their games will break sooner or later.
Anyway, its no a vital, game breaking bug. |
|