So the bullets are supposed to print “touched” when touching something, but it doesn’t.
I don’t know what to do, I even tried adding a part to act as a bigger hitbox and editing the script to print if that was touched, but nothing.
script.Parent.Touched:Connect(function()
print("touched")
end)