I am trying to make a respawn at the end of a round type thing. Thanks!
oh just get a variable for every player like :GetChildren() and then use player:LoadCharacter! Hope it helps!
write this for loop
for _, player in pairs(game.Players:GetChildren()) do player.Character.Humanoid.Health = 0 end