I need a little help because I tried to make part spawning some studs behind player. I did
Vector3.new(0,0,1)
but if player turns then it is in other way.
Try:
["Part"].CFrame = ["Character"].PrimaryPart.CFrame * CFrame.new(0, 0, -5)
2 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.