So I am checking to see if parts are in the players viewport to decide if they spin or not. And I am already using,
local _, InViewOfScreen = Camera:WorldToScreenPoint(v.Position)
However, Its only checking to see if the center of the part is visible. That means that its telling me that its out of view when you can still kind of see it.
Any Ideas on how I can accomplish this?