You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
I want the LocalScript to print if the part has been touched. -
What is the issue? Include screenshots / videos if possible!
The issue is that it will not print anything.
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Can’t find any solutions.
Here is my code:
script.Parent.Touched:Connect(function()
print("Touched")
end)