This glitch only works when you have armor welded to your guy (using weld constraints) and it can make you zoom to the other side of the map. I have a build system in my game, so people make a floating “car” and then they delete the block beneath it to unanchor it basically. The armor has can collide to false, so I have no idea how this is happening. I figured out that there is no auto jump when you have the armor on, which might be a lead cause to this. If you don’t know what I mean, when you walk to an obstacle with a certain height, it makes you jump over it.
did you try setting the armor to massless, or maybe the car to massless?
2 Likes
hey good idea, thanks! I’m trying to fill this up so I can message
Nope. Weld constraints should never be taken seriously. There’s multiple utilities out there to convert them to ManualWelds and Welds, but I think that WeldConstraints are just buggy.
This is just a side note, I don’t exactly know how to fix the problem without demonstration.
1 Like
basically think of an unanchored part where if u push on it, it gives you super speed
Ah, I instantly got it.
Alright, try setting the network owner to the server if they’re not sitting in the vehicle (I’m assuming).
1 Like
lol I think you just fixed it! Thanks