heyooo new devs here's some useful advice, instead of using delta time with your physics, create a fixed tick rate and then make the game "tick" based on deltatime accumulation, then writing your physics becomes much easier and reliable, and people playing with different framerates aren'T going to get different results, because the physics are going to be the same no matter what the framerate is, since it'S fixed, and if you think deltatime fixes this and makes the game run good, ur wrong lmao, deltatime makes physics actually really inconsistent, like if u get a spike and ur framerate dips , for that LONG frame u move a great distance compared to high fps and it just fucks like u might go through walls and stuff and it'S a nightmare, especially for multiplayer. okay thanks bye !!!