I’ve been working on a dash system. (Thanks for the help with tweening on my other post with C frames!) It was clipping through the parts, and I fixed it. I did some further edits, broke the script, then reverted them. These print functions both work, which means the game does detect the colliding. Any fixes?
Tween:Play()
local touchedConnection = humanoid.Touched:Connect(function(hit, limb)
wait(0.000000000000001)
print ("Hit!")
Tween:Cancel()
print ("Hi000ferkfif3rf")
HumanoidRootPart.Anchored = false
end