--BROUGHT TO YOU BY RobloxScripter.com!--
local RunService = game:GetService("RunService")
game.Players.LocalPlayer.CharacterAdded:Connect(function(plr)
plr:WaitForChild("HumanoidRootPart")
task.wait()
plr.HumanoidRootPart:WaitForChild("BV")
plr.HumanoidRootPart:WaitForChild("BG")
task.wait()
plr.HumanoidRootPart.BV:Destroy()
plr.HumanoidRootPart.BG:Destroy()
end)