【发布时间】:2022-11-20 06:56:09
【问题描述】:
我试图给每个球员另一套武器。原始的“手臂部分”将为玩家克隆并跟随他们。
这是我到目前为止所拥有的:
local model = game.Workspace.Viewmodel
model.Parent = game.Players.ImSpacemanRB
model.HumanoidRootPart.CFrame = model.Parent:FindFirstChildWhichIsA("Humanoid").RootPart.CFrame
【问题讨论】: