Detecting a TweenService teleport?

Exploiters are no longer just using HumanoidRootPart.CFrame = Wherever to teleport.

They have started using TweenService to tween the HumanoidRootPart to a location in order to bypass anti exploits.

Does anyone know a way to detect something like this? I have heard that Mad City has one.

1 Like

This is just a guess…

But if I remember correctly, attempting to tween an unanchored part’s CFrame/Position doesn’t work (or at least it’s very janky), So they’d have to anchor themselves first, then do the tween, and then unanchor. You could try detecting if a part in the player’s character gets anchored?


I’d test for myself to confirm, but ROBLOX is having… a lot of issues right now.

just check if a player’s position changed more than it shouldve according to its walkspeed assuming walkspeed is studs per second?

you can do that on a loop or maybe changed event on the HumanoidRootPart’s position

That just wouldn’t work for what I’m doing, unfortunately. This is for Creeper CHAOS and players can be flung by creepers, fly with elytra etc.

Just tested it and Anchoring doesn’t make a difference, It can be done with or without rip.