- loadstring(game:HttpGet("https://raw.githubusercontent.com/Relkss/blah-blah-blah/main/rakoof%20is%20pissed%20off"))()
- game.Players.LocalPlayer.CharacterAdded:connect(function(char)
- --executes whenever you respawn
- char.ChildAdded:connect(function()
- print("Humanoid Died ", "Re-executing the script...")
- wait(1)
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Relkss/blah-blah-blah/main/rakoof%20is%20pissed%20off"))()
- end)
- end)