#damage the player when not moving
1 messages · Page 1 of 1 (latest)
what in gods name would you need this for haha
move or die but literally
you either move or you die
i aint gonna lie to you i got no idea how to use those . tbh i didnt even know they existed till now
Look them up! You can read about them on the vdc (valve developer community)
so i did that and im still not sure what im doing could you try it and tell me what happens cause im trying it rn and nothings rly working
this should give you an idea of how it could work
i'm not sure a velocity sensor is exactly the best way to go about it though since it only measures one axis and if you're travelling in the opposite direction if it's OnLessThan it will always activate
since you have negative speed against the axis
you can circumnavigate this but the way i found to do that was obtuse
i guess you could just say if they have greater than x speed then DONT damage them and that'd be fine