Advertisement
Guest User

How to make a ROBLOX death screen

a guest
Oct 22nd, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Died:Connect(function()
  2. script.Parent.Visible = true
  3. -- Make sure in the text label visible is FALSE!
  4. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement