I noticed games outside roblox that have their dash not reacting to any collission, how to remove it?
I want to remove it to prevent flinging and also unnecessary action when collidding to parts.
I noticed games outside roblox that have their dash not reacting to any collission, how to remove it?
I want to remove it to prevent flinging and also unnecessary action when collidding to parts.
if its a BodyVelocity then try to lower MaxForce or something
This article shows an example of stopping players colliding with one another:
Still not the solution for it btw, what I want to achieve is for something to still collide but not fling you or make you weird
I have the same issue but I’ve heard about something that has to do with physics properties where you can prevent this.
I fixed this issue, Max Force shouldn’t be set to infinity or else your character will really fling when it collide with something. A good number like 100,000 will do for each vector.
Yeah I did that and I solved the issue, just forgot to comment it here.