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

[CLOSED] Team with .Changed does it work or not/ any other way?

Asked by
Creacoz 210 Moderation Voter
5 years ago
Edited 4 years ago

So I'm trying to use .Changed for team but I don't think it works?

player.Team.Changed:connect(function(heck)

so thats what im trying to do but I don't think it really works

1 answer

Log in to vote
-1
Answered by
HDWC 53
5 years ago

There is no player.Teamthere's only player.TeamColorit should work as long as you use it.

Please accept and like if this is the answer you're looking for!

0
Okay so how would I detect if the color changed? Creacoz 210 — 5y
0
player.TeamColor.Changed HDWC 53 — 5y
0
player does have a team property theking48989987 2147 — 5y
1
Do this instead: player:GetPropertyChangedSignal("Team"):Connect(function(heck) StrategicPlayZ 58 — 5y
Ad

Answer this question