How do I stop the text from popping up after I die?
03 | if game.Players.LocalPlayer.Character.Humanoid.Health = = 100 then |
04 | game:GetService( "Chat" ):Chat(game.Players.LocalPlayer.Character.Head, "THIS IS YOUR PUNISHMENT!" , Enum.ChatColor.Blue) |
06 | game:GetService( "Chat" ):Chat(game.Players.LocalPlayer.Character.Head, "LIFE ISN'T AS SWEET AS YOU THOUGHT, HUH?" , Enum.ChatColor.Blue) |
08 | game:GetService( "Chat" ):Chat(game.Players.LocalPlayer.Character.Head, "WHEN WILL YOU LEARN THAT YOUR ACTIONS HAVE CONSEQUENCES!" , Enum.ChatColor.Blue) |
Yeah I try to get it to stop but it keeps going. What do I do so when I die it stops?