Hi, So i want to change the position of a model to the players model, And i tried using pivot but it keeps giving me the position cant be assigened error, Heres the script:
local character = game.Players.LocalPlayer.Character
local parent = script.Parent.arifgamer332
local CF1 = parent:GetPivot()
local CF2 = character:GetPivot()
wait(5)
CF1.Position = CF2.Position
local character = game.Players.LocalPlayer.Character
local parent = script.Parent.arifgamer332
wait(5)
character:PivotTo(parent.PrimaryPart.CFrame)
-- you will now have to set a primary part for the model