What is the differece between FindFirstChildWhichIsA and FindFirstChild

For example of using FindFirstChild:

local part = workspace:FindFirstChild(“MyPart”)

For example of using FirstFirstChildWhichIsA:

local humanoid = game.Players[“rifqizahin_devforum”].Character:FindFirstChildWhichIsA(“Humanoid”)

Wrong FindFirstChildWhichIsA method:

workspace:FindFirstChildWhichIsA(“MyPistol”)

1 Like