I feel stupid for asking this, ONCE AGAIN.... I have not been scripting in a while, but here we go.. When I try to make a brick come to me it does not..
local AddPart = Instance.new("Part", game.Workspace) AddPart.Position = Vector3.new(game.Workspace.ReturnValue.Torso.Position)
local AddPart = Instance.new("Part", game.Workspace) AddPart.Position = CFrame.new(game.ReturnValue.TorsoPosition) + Vector3.new(0,10,0)