#TeamColor in Roblox lua

4 messages · Page 1 of 1 (latest)

covert elm
#

Hi, this is to warn all roblox developers that when you assign or make a test with TeamColor you have to add BrickColor.new("Your Color"). ChatGPT has not in its database so I share it with you !

Example
if player.TeamColor == BrickColor.new("Red") then
player.TeamColor = BrickColor.new("Blue")
end

oblique fern
#

thanks