Hi,
I have a pet script and i have some issues.
Heres what i have:
how to make it always update pet position?
heres what i currently use:
local function updateCFrame()
clone.PrimaryPart.CFrame = char:WaitForChild("Humanoid").RootPart.CFrame * CFrame.new(0,0,5)
end
game:GetService("RunService"):BindToRenderStep("petCFrameUpdating", Enum.RenderPriority.Input.Value, updateCFrame)