Attempt to index a nil Value?
It prints Attempt To index a nil Value.
The ClassValue is an IntValue.
01 | script.Parent.Parent.TicketChecker.Touched:Connect( function (part) |
02 | if part.Parent.Parent:FindFirstChild( "Humanoid" ) then |
04 | local plr = game.Players:GetPlayerFromCharacter(part.Parent.Parent) |
05 | if part:FindFirstChild( "ClassValue" ).Value = = 5 then |
06 | plr.Character.Torso.CFrame = CFrame.new(plr.Character.Torso.Position, script.Parent.Parent.GateTP.Position) |
08 | elseif part.Parent:FindFirstChild( "ClassValue" ).Value = = 4 and boardingClass < = 4 and boardingClass > 0 then |
09 | plr.Character.Torso.CFrame = CFrame.new(plr.Character.Torso.Position, script.Parent.Parent.GateTP.Position) |
11 | elseif part.Parent:FindFirstChild( "ClassValue" ).Value = = 3 and boardingClass < = 3 and boardingClass > 0 then |
12 | plr.Character.Torso.CFrame = CFrame.new(plr.Character.Torso.Position, script.Parent.Parent.GateTP.Position) |
14 | elseif part.Parent:FindFirstChild( "ClassValue" ).Value = = 2 and boardingClass < = 2 and boardingClass > 0 then |
15 | plr.Character.Torso.CFrame = CFrame.new(plr.Character.Torso.Position, script.Parent.Parent.GateTP.Position) |
17 | elseif part.Parent:FindFirstChild( "ClassValue" ).Value = = 1 and boardingClass = = 1 then |
18 | plr.Character.Torso.CFrame = CFrame.new(plr.Character.Torso.Position, script.Parent.Parent.GateTP.Position) |