Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = game.Players.LocalPlayer
- local gui = script.Parent.Frame
- local death_text = "You are Dead" -- you can change it
- plr.Character:WaitForChild("Humanoid").Died:Connect(function()
- gui.TextLabel.Text = death_text
- gui.Visible = true
- end)
- --by sunxx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement