script.Parent.Touched:connect(function(hit)
if hit.Parent:FindFirstChild("Humanoid") then
local player = hit.Parent:GetPlayerFromCharacter()
player.TeamColor = "Really red"
end
end)
16:17:25.324 - GetPlayerFromCharacter is not a valid member of Model |