Which one would be more efficient?:
1.) Making a for i, v in pairs loop that adds ClickDetectors to all of the body parts of an NPC
2.) Making a part that covers the entire space an NPC is taking up and add a click detector to that
Which one would be more efficient?:
1.) Making a for i, v in pairs loop that adds ClickDetectors to all of the body parts of an NPC
2.) Making a part that covers the entire space an NPC is taking up and add a click detector to that
I suggest you should use proximity prompts, but I believe you can insert click detectors inside the model as a whole instead of each parts.
Ok thanks, I will try using the Click Detector per model and see what it does, I’ve also took consideration into proximity prompts but they don’t really go with the flow of my game.
Ok the Click Detector works in a model 