#Module script not finding things
5 messages · Page 1 of 1 (latest)
statusEffects itself is nil
maybe passed the wrong variable to target argument
should check that
as @lilac pagoda said, you can errorcasing
...
local statusEffect = assert(target:FindFirstChild("StatusEffect"), "No status")
...