How To Patch The New Exploit On Banning Games

How would this coexsist with a custom respawn button with CharacterAutoLoads set off?

No. However, my script posted above does:

As mentioned before, this won’t stop the animation exploit, but it will stop custom animations from being played.

doesn’t this kick players in ragdoll games as those scripts work like this

local Players = game:GetService("Players")

Players.PlayerAdded:Connect(function(Player)
	Player.CharacterAdded:Connect(function(Character)
		Character.Humanoid.BreakJointsOnDeath = false
		Character.Humanoid.Died:Connect(function()
			Character.Head.CanCollide = true
			for _, v in pairs(Character:GetDescendants()) do
				if v:IsA("Motor6D") then
					local Attachment0, Attachment1 = Instance.new("Attachment"), Instance.new("Attachment")
					Attachment0.CFrame = v.C0
					Attachment1.CFrame = v.C1
					Attachment0.Parent = v.Part0
					Attachment1.Parent = v.Part1
					
					local BallSocketConstraint = Instance.new("BallSocketConstraint")
					BallSocketConstraint.Attachment0 = Attachment0
					BallSocketConstraint.Attachment1 = Attachment1
					BallSocketConstraint.Parent = v.Parent
					v:Destroy()
				end
			end
			Character.HumanoidRootPart.CanCollide = false
		end)
	end)
end)

Update: Roblox has made an fflag called “RejectCharacterDeletionsDefaultIsEnabled”, which will disable weld detachments from the client, which will finally patch the exploits for good. Bad news is that if Roblox enables this, there are still games that use welds from the client so that’s not the best idea…

6 Likes

You can now add this to workspace.
image

This will patch reanimate when enabling Character Deletions :smiley: which means exploiters cannot do weird animations in your game, cannot fling others ingame and cannot remove hat meshes!

3 Likes

But the bedwars moderators are getting banned from this method (which if even more proof that roblox moderation is horrible as they are at a team with roblox)

The method showed above has to activated (opt in), most likely people just haven’t done it yet.

Update again: I have seen exploiters bypassing this system. I hope Roblox does something about it.

2 Likes

Roblox admins: “We finally found a way to fix almost every exploit”
Hackers: “We finally found a way to bypass this fix”
Roblox admin: “I WANNA GO HOME”

1 Like

roblox NEEDS to release byfron

It will still get bypassed, like any other anticheat. Easy Anti cheat, used on big games like fortnite or apex gets bypassed every update. Roblox needs to do something on exploiters messing too much with the client.

So far I have found a way to detect Synapse X, which will again not be disclosed on devforum since exploiters look around through this, I hope I will be able to detect each single one on my own in near future.

just remember that roblox bought an entire company for this

1 Like

I thought it was a partnership.

I believe not

Yep, this is really smart on there part the inquire businesses that have the assets they need. So they don’t have to spend there resources on developing them. W roblox also thanks for the action on UGC