I'm trying to raycast, but for some reason, raycastparams.FilterDescendantInstances isn't working and it's still stopping parts in the model.
local params = RaycastParams.new()
params.FilterType = Enum.RaycastFilterType.Exclude
params.FilterDescendantsInstances = {player.Character, model}
local result = workspace:Raycast(humanoidrootpart.Position, direction, params)```
** You are now Level 1! **