game:GetService("Visit")
game:GetService("RunService"):run()
plr:LoadCharacter()
print ("Play in the old studio with this.")
while true do wait(0.001)
if plr.Character.Humanoid.Health == 0
then wait(5) plr:LoadCharacter()
print ("LocalPlayer was killed.")
end
end
..........................................................................................
Or you can save file.lua and >Test>Run Script import this file: local plr = game.Players:CreateLocalPlayer(0)game:GetService("Visit")game:GetService("RunService"):run()plr:LoadCharacter()print ("Play in the old studio with this.")while true do wait(0.001)if plr.Character.Humanoid.Health == 0then wait(5) plr:LoadCharacter()print ("LocalPlayer was killed.")endend


