📜  roblox 使部件出现在玩家面前 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:41.258000             🧑  作者: Mango

代码示例1
local offset = Vector3.new() -- in your case, Vector3.new(0,0,5), or something like that
Part.CFrame = root.CFrame*CFrame.new(offset) -- should offset while keeping rotations of root.CFrame