Forum > Scripts >

esp script assistance required

Posts: 2

Threads: 1

Joined: Feb, 2023

Reputation: 0

Posted

Hello guys, i am here to show you my esp script. BUT i would like for it to auto update when a color changes ion know how to do that thats the problem

 

for i,v in pairs (game:GetDescendants()) do
    if v.Name == "Part" then
        if v.Screen.BrickColor == BrickColor.new("Bright blue") or v.Screen.BrickColor == BrickColor.new("Bright red") and not v:FindFirstChild("Esp") then
            Esp.Text = "not green"
            BillBoard:Clone().Parent = v
        else
            Esp.Text = "green"
            BillBoard:Clone().Parent = v
        end
    end
end

 

esp works perfect when i execute it tells me if its green or not green but, i would like for it to update whenever the brickcolor changes automatically, so the text changes automatically once the brickcolor changes. much help is appreciated for this life crisis emergency.

  • 0

Added

@RealNickk, thank you nick, I managed to figure it out but is there a way to check if it changed to a specific brickcolor such as "bright green" my bad for wording it incorrectly.

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )