My Question is how to detect if a Part collides / Touches another Part, i tried it with
mouse.Target
but it doesn't work so well, because it just search the Target. I tried .touched already and i can't figure out how to do this.
I'm new and i know that my english is not so well, but i hope you will understand. Thanks for every answer! ????
hi Zahn,
mouse.Target is used if you want to check the object that your mouse is currently pointing towards.
Based on what you are trying to do, I think BasePart.Touched should work well enough for you. I don't know what you did wrong, but here is a helpful link about Detecting Collisions
https://developer.roblox.com/en-us/articles/detecting-collisions