ESP.Utilites.IsVisible
<<Vector3> Position> ESP.Utilites.IsVisible(<Vector3> TargetPosition)
TargetPosition
is within line of sight. This casts a ray to the TargetPosition
and sees if the place the ray hits is the TargetPosition
.
Parameters
Vector3
TargetPositionThe position you want see if it is visible to you
Returns
boolean
VisibleInstance
PartHitThis is the part the ray hit, just in case.