Closed Jolteon1234amongus closed 11 months ago
I don't recommend using this as a custom ESP because it's
What I do recommend though is kiriot's ESP library since its a lot easier to use and also uses the drawing API. Not sure where you can find the documentation though.
I looked around in the script and I couldn't find what I was lookin for so yeah. How do I adjust line thickness and line transparency while using "CustomESP" as well as text outlines without changing the normal player esp settings? I also want to specify to use a box like how the normal esp works and make the studs away counter not below all the custom name and instead where ever I'd like.
what I did below idk how to make it use options and stuff
CustomESP = function() for i, v in pairs(game.Workspace.Live:GetChildren()) do if not game.Players:FindFirstChild(v.Name) then local head = v:FindFirstChild("Head") local hum = v:FindFirstChildOfClass("Humanoid")
end end