How do I make a script, that the model looks like the user who sees it

Is your Dummy an R15 character or an R6 character?

its an r15, i’m also fine with r6 if it makes it work

Do you have discord? so we can talk on Discord instead? If not, personal messages is fine.

It looks like you have it sorted now but just for anyone else who views this thread, to answer your question: to rotate the model you could just use CFrame.Angles:

local Loc= Vector3.new(0,3,0) -- Change this value to the location of where you want the model to be
Model:SetPrimaryPartCFrame(CFrame.new(Loc)*CFrame.Angles(0, math.rad(45), 0))

Hello, By chance can you send the solution to the problem cause I’m having the same trouble and would like to know what the solution was.

Thank you :grinning:

1 Like