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)
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)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us