-
What do you want to achieve? i want to have a model point towards a player.
-
What is the issue? using lookAt causes the whole model to be offset.

-
What solutions have you tried so far? i’ve tried using different CFrame methods, setprimarypartcframe
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
for i,v in pairs(list.alivePlayers) do
local char = workspace:FindFirstChild(v)
print(char)
object.Parent = workspace
object.PrimaryPart = object.Head
object:PivotTo(CFrame.lookAt(object.Head.Position, char.Torso.Position) * boss.Torso.CFrame)
this probably has an absurdly obvious answer that ive spent too long coding to figure out
