Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made by !!!RelentlessRaptor#5709 on discord & Showcased Produced by Daniel Niewold !!!
- while true do
- wait(0.3)
- for _, p in pairs(game:GetChildren()) do
- if p.ClassName == ("Players") then
- plr = p.LocalPlayer
- team = plr.TeamColor
- for _, v in pairs(p:GetChildren()) do
- if v.Name ~= plr.Name and v.TeamColor ~= team then
- for _, l in pairs(v.Character.Head:GetChildren()) do
- if l.Name == ("OverRemove") then
- l:Destroy()
- end
- end
- i = Instance.new("BillboardGui",v.Character.Head)
- i.Name = ("OverRemove")
- f = Instance.new("Frame",i)
- i.Active = true
- i.AlwaysOnTop = true
- i.Size = UDim2.new(1,0,1,0)
- i.ExtentsOffset = Vector3.new(0,3.5,0)
- f.Size = UDim2.new(1,0,1,0)
- f.BorderSizePixel = 0
- f.BackgroundColor3 = Color3.new(1,0,0)
- elseif v.TeamColor == team then
- for _, l in pairs(v.Character.Head:GetChildren()) do
- if l.Name == ("OverRemove") then
- l:Destroy()
- end
- end
- end
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement