1
part.Touched:Connect(
function
()
2
print
(
"test"
)
3
end
Ok it's so simple. This work properly in the Roblox Studio but not in Roblox Player.
Why?
You can't print in Roblox Player.