A module for esp and chams inspired by roblox's highlight instance.
Creates a ScreenGui and a ViewportFrame.
<void> Highlight.CreateGui(<number> Transparency)
Higlights a part.
<Instance> Highlight.HighlightPart(<Instace> Part, <Color3> Color)
Higlights a character.
<Instance> Highlight.HighlightBody(<Instace> Model, <Color3> Color, <boolean> AllowClothing)
Higlights a model.
<Instance> Highlight.HighlightModel(<Instace> Model, <Color3> Color)
Returns the last ScreenGui and ViewportFrame created.
<...> Highlight.GetGuiObjects(<void>)
Removes all Highlight Viewports.
<void> Highlight.RemoveHighlightGuis(<void>)