Advertisement
RandyPasteBin

GAME OVER GUI (LOCALSCRIPT)

Jul 12th, 2019
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Died:Connect(function()
  2.  
  3. script.Parent.GameOver.Visible = true
  4. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement