How do I gech if a Part has a Name

  1. What do you want to achieve? Keep it simple and clear!
    How can I check if a part has a name like if I can find a part that has “Floor” in its name so it MAY find: Floor1 or Floor2 etc.
  2. What is the issue? Include screenshots / videos if possible!
    no issue I just don’t know ow to do it
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    Tried to add a value in those parts didn’t work
    Yes I have nothing what I am looking for.
if string.find(Part.Name, "Floor") then 

end

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.