target = Vector3.new(-825, 4, 848) for i, v in pairs(game.Players:GetChildren()) do v.Character.Torso.CFrame = CFrame.new(target + Vector3.new(0, i * 5, 0)) end
The issue is that R15 uses UpperTorso and LowerTorso. Instead of using torso at all, just use v.Character.HumanoidRootPart.CFrame and it'll work for both R6 and R15.