Hello there,
I’ve been attempting to make a SCP, or more specific, SCP-173.
If you know about that it will move towards the closest humanoid when they are not looking.
I’ve never used or experimented with this before, so I am completely new to the idea of this.
This is what I have been trying:
local humr = script.Parent.HumanoidRootPart
local cam = workspace.CurrentCamera
local view = cam:WorldToScreenPoint(humr.CFrame)
if not view then
--following code here
end
Again never used WorldToScreenPoint() before, so I’d greatly appreciate some help.
Thanks.