local char = game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() char.ChildAdded:Connect(function(child) if child.Name:lower():find("shake") then child:Destroy() end end) loadstring(game:HttpGet("https://raw.githubusercontent.com/Hysterically-C/SJJR2/refs/heads/main/NoCooldown"))()