Hey lads so, I am making this football/Soccer game and its going well so far but I have one problem. You see sometimes when you hit the ball it dosent react so the ball dosent move even though when you clearly hit it. I have a touched event as well please help me(Dont make an entire system just tell me the problem)
Well sometimes it can be a matter of latency, but I’ve found in the past that the .touched event can sometimes be glitchy or doesn’t always have the most accurate results. In that case you may want to consider using roblox raycasts (or a raycast module, I recommend this one even though it’s made for weapons)
Happens with me too. In my sticky bomb script, I anchor the bomb whenever it touches something except terrain. Touched fires late and the bomb ends up being anchored in air most of the time.