target = CFrame.new(0, 50, 0) --could be near a brick or in a new area for i, player in ipairs(game.Players:GetChildren()) do player.Character.Torso.CFrame = target + Vector3.new(0, i * 5, 0) --add an offset of 5 for each character end
Whenever it teleports them, they teleport on top of eachother. How do I make them teleport on different positions?
Are you an alt or something I have seen multiple posts saying the exactly same thing and I am getting tired of answering this simple thing, please stop this will only get you bad reputation and no answers at all. Heres the code
Wait(30) target = CFrame.new(0, 50, 0) --could be near a brick or in a new area for i, player in ipairs(game.Players:GetChildren()) do player.Character.Torso.CFrame = target + Vector3.new(0, 0, i * 15) --add an offset of 5 for each character end
tell me if it does or doesn´t work.