ADVERTISEMENTREMOVE ADS
Description
Use this script to make a death record from this script when you die you will automatically go to the lobby
  
Features:
- Auto die and go lobby
ADVERTISEMENTREMOVE ADS
7 Lines • 217 Bytes
local humanoid = game.Players.LocalPlayer.Character:WaitForChild("Humanoid")
humanoid.Died:Connect(function()
    game:GetService("ReplicatedStorage").EntityInfo.PlayAgain:FireServer()
end)
humanoid.Health = 0
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS



Comments