Phantom Forces FREE CHAMS SCRIPT

Created by goo#0101

Features:

  • CHAMS

SCRIPT:

function gs(serv)
   return game:GetService(serv)
end

local plrs = gs"Players"
local lp   = plrs.LocalPlayer
local ws   = gs"Workspace"

function isEnemy(character)
   if character.Parent.Name == tostring(lp.TeamColor) then
       return false
   else
       return true
   end
end

function createChams(player)
   local newChams = Instance.new("Highlight")
   newChams.Parent = player
end

spawn(function()
   for i,v in pairs(ws.Players:GetDescendants()) do
       if isEnemy(v) and v.Name == "Player" then
           createChams(v)
       end
   end
end)

-- yes, ik i made a function, but for some reason it didnt work here
spawn(function()
   ws.Players["Bright orange"].ChildAdded:connect(function(child)
       wait(1)
       if isEnemy(child) == true then
           local newChams = Instance.new("Highlight")
           newChams.Parent = child
       end
   end)
end)

spawn(function()
   ws.Players["Bright blue"].ChildAdded:connect(function(child)
       wait(1)
       if isEnemy(child) == true then
           local newChams = Instance.new("Highlight")
           newChams.Parent = child
       end
   end)
end)

spawn(function()
   ws.Ignore.DeadBody.ChildAdded:connect(function(child)
       if child:FindFirstChild("Highlight") then
           child.Highlight:Destroy()
       end
   end)
end)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!