of     1   

Dodeca
#182573885Thursday, January 28, 2016 10:17 PM GMT

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
Dodeca
#182574171Thursday, January 28, 2016 10:22 PM GMT

nvm fixed script.Parent.Touched:connect(function(hit) if hit.Parent:FindFirstChild("Humanoid") then local player = game.Players:GetPlayerFromCharacter(hit.Parent) player.TeamColor = BrickColor.new("Really red") end end)

    of     1