Comment détecter la collision dans Roblox Studio

local part = script.Parent local function onPartTouched(otherPart)	print(part.Name .. " has touched " .. otherPart.Name)end part.Touched:Connect(onPartTouched)
Oi Meu Chapa