if not string.find(hit.Name,"cactus") or not string.find(hit.Name,"MagmaObbyPart") or not string.find(hit.Name,"Crystal") or not string.find(hit.Parent.Name,"Tree") then return end
print("this ran")
this will only run if the hits name is not at least one of these correct? do I need this many nots? I only want it to return end if none all of these are not met. Why does it not print when the hits name is literally has MagmaObbyPart?
** You are now Level 11! **