I want to put the dummy in front of the player
I tried using SetPrimaryPartCFrame but don’t know how to put it in front of the player
I tried using this
local characterCFrame = player.Character.HumanoidRootPart.CFrame
Model:SetPrimaryPartCFrame(characterCFramecharacterCFrame.LookVector5)
from a topic, I found but instead got an error
“Unable to cast Vector3 to CoordinateFrame”