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

Change Teams Not Working, Only Player sees it and not the whole server?

Asked by 6 years ago

I can change teams but people in the game don't see the team I switch too.

Note: I want to keep it as a free change team like a social game for my oby

local player = game.Players.LocalPlayer

script.Parent.MouseButton1Click:connect(function()
 player.TeamColor = BrickColor.new("Black")

end)
0
Filtering Enabled is on. Use remote events. http://wiki.roblox.com/index.php?title=Remote_Events_and_Functions UgOsMiLy 1074 — 6y

Answer this question