#.Touched, and .TouchEnded Problems

1 messages · Page 1 of 1 (latest)

scarlet grail
#

For some reason, this code

`local block = script.Parent

block.Touched:Connect(testing)

function testing()
print ("success")
end`

does not work.

sinful ember
#

put the function above the event