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âŚ
You can now add this to workspace.
This will patch reanimate when enabling Character Deletions which means exploiters cannot do weird animations in your game, cannot fling others ingame and cannot remove hat meshes!
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.
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â
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
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