How exactly would I do this instead of using StoppedTouching:Connect()? cos am not making another function, cos I wanna do stuff until the person stops Touching...
part.Touched:connect(function(hit) touch = true repeat --whatever until not touch end) part.TouchEnded:connect(function() touch = false end)