Answers for "how to detect collision in roblox studio"

0

how to detect collision in roblox studio

local part = script.Parent local function onPartTouched(otherPart)	print(part.Name .. " has touched " .. otherPart.Name)end part.Touched:Connect(onPartTouched)
Posted by: Guest on August-10-2021

Code answers related to "how to detect collision in roblox studio"

Browse Popular Code Answers by Language