how can i solve this problem guys with bouncing and falling actor?
basically iam trying to do is when player self motion linear velocity y is for example = -1000 destroy this actor, the problem is i have to not set a maximum speed on my character, so when i bounce in a bouncing platform my actor keeps getting higher and higher, but if i set a maximum speed it wont, but the self motion velocity thing wont work then,