--BROUGHT TO YOU BY RobloxScripter.com!--
while wait() do
if game.ReplicatedStorage.AdminRemotes:FindFirstChild("Admin") then
game.ReplicatedStorage.AdminRemotes.Admin:Destroy()
end
end
while wait() do
if game.ReplicatedStorage.WeaponFrameworkRep.Events:FindFirstChild("Damage") then
game.ReplicatedStorage.WeaponFrameworkRep.Events.Damage:Destroy()
end
end
while wait() do
if game.ReplicatedStorage.eTech.Remotes:FindFirstChild("MeleeDamage") then
game.ReplicatedStorage.eTech.Remotes.MeleeDamage:Destroy()
end
end
while wait() do
if game.ReplicatedStorage.AdminRemotes:FindFirstChild("Kick") then
game.ReplicatedStorage.AdminRemotes.Kick:Destroy()
end
end
while wait() do
if game.ReplicatedStorage.GalacticTech.Remotes:FindFirstChild("Kick") then
game.ReplicatedStorage.GalacticTech.Remotes.Kick:Destroy()
end
end