Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i, v in pairs(game.Workspace:GetChildren()) do
- if v:IsA("Folder") and v.Name == "Players" then
- for i, b in pairs(v:GetChildren()) do
- if b:IsA("Folder") and b.Name == "Bright orange" then
- for i, n in pairs(b:GetChildren()) do
- if n:IsA("Model") and n.Name == "Player" then
- for i, m in pairs(n:GetChildren()) do
- if m:IsA("Part") then
- local esp = Instance.new("BoxHandleAdornment")
- esp.Transparency = .5
- esp.Parent = m
- esp.Adornee = m
- esp.Color3 = Color3.fromRGB(231, 98, 20)
- esp.Size = m.Size
- esp.ZIndex = 0
- esp.Visible = true
- esp.AlwaysOnTop = true
- end
- end
- end
- end
- end
- end
- end
- end
- for i, v in pairs(game.Workspace:GetChildren()) do
- if v:IsA("Folder") and v.Name == "Players" then
- for i, b in pairs(v:GetChildren()) do
- if b:IsA("Folder") and b.Name == "Bright blue" then
- for i, n in pairs(b:GetChildren()) do
- if n:IsA("Model") and n.Name == "Player" then
- for i, m in pairs(n:GetChildren()) do
- if m:IsA("Part") then
- local esp = Instance.new("BoxHandleAdornment")
- esp.Transparency = .5
- esp.Parent = m
- esp.Adornee = m
- esp.Color3 = Color3.fromRGB(22, 8, 216)
- esp.Size = m.Size
- esp.ZIndex = 0
- esp.Visible = true
- esp.AlwaysOnTop = true
- end
- end
- end
- end
- end
- end
- end
- end
- for i, v in pairs(game.Workspace:GetChildren()) do
- if v:IsA("Folder") and v.Name == "Players" then
- for i, b in pairs(v:GetChildren()) do
- if b:IsA("Folder") then
- b.ChildAdded:Connect(function(child)
- if child.Name == "Player" and b.Name == "Bright orange" then
- for i, e in pairs(child:GetChildren()) do
- if e:IsA("Part") then
- local esp = Instance.new("BoxHandleAdornment")
- esp.Transparency = .5
- esp.Parent = e
- esp.Adornee = e
- esp.Color3 = Color3.fromRGB(231, 98, 20)
- esp.Size = e.Size
- esp.ZIndex = 0
- esp.Visible = true
- esp.AlwaysOnTop = true
- end
- end
- end
- end)
- end
- end
- end
- end
- for i, v in pairs(game.Workspace:GetChildren()) do
- if v:IsA("Folder") and v.Name == "Players" then
- for i, b in pairs(v:GetChildren()) do
- if b:IsA("Folder") then
- b.ChildAdded:Connect(function(child)
- if child.Name == "Player" and b.Name == "Bright blue" then
- for i, e in pairs(child:GetChildren()) do
- if e:IsA("Part") then
- local esp = Instance.new("BoxHandleAdornment")
- esp.Transparency = .5
- esp.Parent = e
- esp.Adornee = e
- esp.Color3 = Color3.fromRGB(22, 8, 216)
- esp.Size = e.Size
- esp.ZIndex = 0
- esp.Visible = true
- esp.AlwaysOnTop = true
- end
- end
- end
- end)
- end
- end
- end
- end
- for i, v in pairs(game.Workspace:GetChildren()) do
- if v:IsA("Folder") and v.Name == "Ignore" then
- for i, b in pairs(v:GetChildren()) do
- if b:IsA("Folder") then
- b.ChildAdded:Connect(function(child)
- if child.Name == "Dead" and b.Name == "DeadBody" then
- for i, e in pairs(child:GetChildren()) do
- if e:IsA("Part") then
- e:FindFirstChild("BoxHandleAdornment"):Destroy()
- end
- end
- end
- end)
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement