How to Make A DEATH SCREEN in ROBLOX!

Поділитися
Вставка
  • Опубліковано 9 вер 2023
  • ❌*DONT CLICK THIS* - bit.ly/2SqR3Vt ❌
    _______________________
    Group : www.roblox.com/groups/1123832...
    Discord : / discord
    Roblox Profile : www.roblox.com/users/48112146...
    Please Subscribe! It really means a lot to me ❤️
    _______________________
    Death Screen Module
    www.roblox.com/library/147372...
    _______________________
    🎵 Music
    2. Vexento - Lucid
    Subscribe to Vexento: ‪@Vexento‬
    _______________________
    What is ROBLOX? ROBLOX is an online virtual playground and workshop, where people of all ages can safely interact, create, have fun, and learn. It’s unique in that practically everything on ROBLOX is designed and constructed by members of the community. ROBLOX is designed for 8 to 18 year olds, but it is open to people of all ages. Each player starts by choosing an avatar and giving it an identity. They can then explore ROBLOX - interacting with others by chatting, playing games, or collaborating on creative projects. Each player is also given their own piece of undeveloped real estate along with a virtual toolbox with which to design and build anything - be it a navigable skyscraper, a working helicopter, a giant pinball machine, a multiplayer “Capture the Flag” game or some other. There is no cost for this first plot of virtual land. By participating and by building cool stuff, ROBLOX members can earn specialty badges as well as ROBLOX dollars (“ROBUX”). In turn, they can shop.
    IGNORE : #Robux #Scripting #RobloxStudio #Lua #Developer #Free roblox easy 2023 2024 loading screen progress bar load game roblox developer loading bar nametag owner nametag system death screen died screen died
    death gui died gui roblox studio death screen
  • Ігри

КОМЕНТАРІ • 191

  • @wheezwastaken
    @wheezwastaken  9 місяців тому +10

    Join the discord to submit your video ideas,
    get help with scripting, and to join giveaways!
    discord.gg/TJaJvSJAzD
    There currently is a 400 Robux giveaway active, join quick!

  • @AfdinOficial
    @AfdinOficial 8 місяців тому +34

    If you are making this on a Capture the Flag game, here is one suggestion:
    local Module=require(script:WaitForChild("Screen"))
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local BlurSize=10;
    local Tips={
    "That team will never appreciate the power of you and your teammates";
    "Last second will be glorious, trust me";
    "Be happy you've got teammates, they have got your back";
    "Ooof, I hope you've got that TEAM DRIP!";
    "Rest In Peace, Player. Your teammates will miss you.";
    }
    Module:Hide(Player)
    local Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(Player,Tips,BlurSize)
    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)

    • @Pro43244
      @Pro43244 5 місяців тому

      Thanks

    • @GamingTdog
      @GamingTdog 4 місяці тому

      U deserve more likes

    • @Dasethgang
      @Dasethgang 2 місяці тому

      Mine Didnt Work.. When I Copied yours it did and i was like why does life hate me

    • @mhamodoorjall
      @mhamodoorjall 2 місяці тому

      dude mine wasnt working so when i thought i could get help i saw your comment and it worked THanks dude

    • @GamingTdog
      @GamingTdog 2 місяці тому

      @@Grimrippyx_shorts he could be a scripter

  • @MysteryMan_Official
    @MysteryMan_Official 9 місяців тому

    AWESOME! Was just looking for one yesterday, what timing!

  • @zzwad2004
    @zzwad2004 7 місяців тому

    Wow! Thank you. This got to me as my DEATH SCREEN. Thank you!

  • @kingyoussif2022
    @kingyoussif2022 7 місяців тому

    Thanks a lot! That sure help me with my game!

  • @tiamckay1010
    @tiamckay1010 9 місяців тому +38

    So you dont have to type it out:
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local Humanoid=Character:WaitForChild(Humanoid)
    Humanoid.Died:Connect(function()
    local BlurSize=10;
    local Tips={
    "My game was lagging I swear!" --- Can be changed to say whatever you want
    "It happens to the best of us." --- Can be changed to say whatever you want
    "Oh well!" --- Can be changed to say whatever you want
    "WASTED" --- Can be changed to say whatever you want
    }
    Module:Hide(Player)
    local Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(Player,Tips,BlurSize)
    end)
    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)

    • @notzenith00
      @notzenith00 9 місяців тому

      under module is a red line can u help me

    • @selcuk1928
      @selcuk1928 9 місяців тому

      legend

    • @akhileshchinta7900
      @akhileshchinta7900 9 місяців тому +1

      @@notzenith00try ignoring it

    • @GD_Mika777
      @GD_Mika777 8 місяців тому +7

      No thats wrong it need's to be like this:
      local Module=require(script:WaitForChild("Screen"))
      local Player=game.Players.LocalPlayer
      local function OnChar(Character)
      local BlurSize=10;
      local Tips={
      "Better Luck next Time. 😉";
      "No Way Bro died 💀";
      "Bruh 😐";
      "How did that Happend 💀💀💀";
      }
      Module:Hide(Player)
      local Humanoid=Character:WaitForChild("Humanoid")
      Humanoid.Died:Connect(function()
      Module:Show(Player,Tips,BlurSize)
      end)
      end
      if Player.Character then OnChar(Player.Character) end
      Player.CharacterAdded:Connect(function(Character)
      OnChar(Character)
      end)

    • @Kirb_Gaming
      @Kirb_Gaming 7 місяців тому

      thanks

  • @tiamckay1010
    @tiamckay1010 9 місяців тому

    good to see its 10 minutes ago meaning its not out of date or the old roblox studio so that makes it easier

  • @monkeh11
    @monkeh11 9 місяців тому +2

    you should do a start screen that and there will be lobbies and when you start it teleports you to min game, that would be helpful for my horror game

  • @NeonTeamRBLX
    @NeonTeamRBLX 7 місяців тому +1

    thx it helped alot

  • @user-bq4qx3xt9i
    @user-bq4qx3xt9i 4 місяці тому

    Bro I am going to that i am very happy with this Keep it up!
    😎😎

  • @Yarinim
    @Yarinim 9 місяців тому +3

    Ty

  • @myuseris_stinkkat
    @myuseris_stinkkat 3 місяці тому

    earned a sub

  • @feronx1920
    @feronx1920 9 місяців тому +1

    I am still waiting for the other part of the pet simulator game Part 2 is it gonna come anytime soon ? also when I added the pet system with the pet simulator game video that has spawning components the pet system glitched out. I wish if you can make a video of combining them together and how to make it where the pets attack the components and get cash.

  • @Randomshorts.net232
    @Randomshorts.net232 9 місяців тому +1

    thx it worked!!!!!!!!!!!!

  • @AyaanPlayz245
    @AyaanPlayz245 2 дні тому

    Thank you so much

  • @StrongestEditzz
    @StrongestEditzz 6 місяців тому

    Thanks Bro! I made a new account and this is my pfp for it! Very helpful, although I ran into a problem on lightroom where my character didnt spawn in the the "lightroom" so I tried fixing it myself with NO experience, but it worked!

    • @7hNott
      @7hNott 5 місяців тому

      Pass the script because it doesn't work for me

  • @GUARD_projects
    @GUARD_projects 7 місяців тому

    This, this is so good for my forest game!!

    • @GUARD_projects
      @GUARD_projects 7 місяців тому

      With all this vids are you helping me out!

  • @HyxVN
    @HyxVN 9 місяців тому +2

    nice vido

  • @Mires.
    @Mires. 8 місяців тому

    it’s soo good but how do i change the respawn time

  • @Rapzisor
    @Rapzisor 9 місяців тому +3

    Pet sim x part 2? Also 1st and great video I havnt watched through all yet

    • @wheezwastaken
      @wheezwastaken  9 місяців тому

      if you could watch it full, even if you dont need it, it would be a great help :(

    • @wowz_0
      @wowz_0 9 місяців тому

      They would dmca wheez

    • @Rapzisor
      @Rapzisor 9 місяців тому +2

      @@wheezwastakenalready watched it full 2x, don’t worry, I like ur videos tho it’s very clean with the guis and the whole system it self,Nice work!

  • @toby3810
    @toby3810 4 місяці тому

    Omg thanks bro 🗣️🗣️

  • @wowz_0
    @wowz_0 9 місяців тому

    W vid

  • @starzcxw
    @starzcxw 9 місяців тому +2

    Day 2 of asking you to remake the trail system

  • @Yovng_Ryba
    @Yovng_Ryba 5 місяців тому

    ty bro

  • @davidvs33
    @davidvs33 9 місяців тому

    How about a difficulty chart obby series? (Like skip stage the gui and checkpoints) i would appreciate if u did it!

  • @JZThePerson
    @JZThePerson 5 місяців тому

    finally

  • @noobiepro34
    @noobiepro34 3 місяці тому

    good script this is what I need for fling battles

  • @myuseris_stinkkat
    @myuseris_stinkkat 3 місяці тому +1

    Some ppl messed up so heres the script local Module=require(script:WaitForChild("Screen"))
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local BlurSize=10;
    local Tips={
    "Its not your fault they are just to strong";
    "But how did you die on that part?";
    "Never gonna give you up";
    "Wasted";
    "Died cuz of cringe -UWU-";
    "It happens to all of us";
    "Almost, keep going ";
    }
    Module:Hide(Player)
    local Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(Player,Tips,BlurSize)
    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)

  • @IsLaytin
    @IsLaytin 5 місяців тому +1

    Is there somewhere specific I'm supposed to put the death screen module?

    • @hiii_imN
      @hiii_imN 4 місяці тому

      i think lighting

  • @user-hb1dg3tz7x
    @user-hb1dg3tz7x 9 місяців тому

    Can you make a case system pls?

  • @UltimateFootballContent
    @UltimateFootballContent 9 місяців тому

    Can you make a morph system

  • @matt33819
    @matt33819 Місяць тому

    Can you help me, how to make a death screen with sound?

  • @DrKouva
    @DrKouva 9 місяців тому +4

    if you are LAZY and dont want to type the script out here:
    local Module=require(script:WaitForChild("Screen"))
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local BlurSize=10;
    local Tips={
    "My game was lagging I swear!";
    "Better luck next time!";
    "Oh well!";
    "WASTED";
    }
    Module:Hide(Player)
    local Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(Player,Tips,BlurSize)
    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)

    • @hakansener9283
      @hakansener9283 9 місяців тому

      Oh my gosh thank you so much that really helped me ❤

    • @yeat4125
      @yeat4125 8 місяців тому

      Thx buddy

    • @Russian95_
      @Russian95_ 8 місяців тому

      thx buddy :D

  • @TyrantGameStudio
    @TyrantGameStudio 9 місяців тому

    W

  • @Gustablet
    @Gustablet 9 місяців тому

    You Should get more subs and likes

  • @BittenDonut100
    @BittenDonut100 3 місяці тому

    i just dont know how you scrolled up while making that script... and my whole work is gone...

  • @Game_Things924
    @Game_Things924 5 місяців тому

    Wheez, why don't you ever put spaces between a equal like 'local Idk = script.Parent'?

  • @Random_Person099
    @Random_Person099 20 днів тому

    Bro pls help...I spend 2h on it it doesent work...😢

  • @Trislazarus
    @Trislazarus 8 місяців тому

    it didint work i script and says error

  • @Vip3r-15
    @Vip3r-15 3 місяці тому

    For some reason i dont respawn??

  • @AGTOMASTER777
    @AGTOMASTER777 5 місяців тому

    didnt work for me i dont know what I did wrong

  • @I_LOVE_ADO908
    @I_LOVE_ADO908 6 місяців тому

    um why isnt there a starterplayerscripts in my roblox studio?

    • @zoopers.
      @zoopers. 5 місяців тому

      look for a folder called starterplayer then click the arrow and it should be there under startercharacterscripts

  • @Adyan123YT
    @Adyan123YT 8 місяців тому

    "It's short, I promise"
    *Bloody 20 lines!*

    • @wheezwastaken
      @wheezwastaken  8 місяців тому

      complex scripts like egg hatching etc go over 1000+ of code lol

    • @Adyan123YT
      @Adyan123YT 8 місяців тому

      @@wheezwastaken at least it works :)

  • @daniellesigmon8331
    @daniellesigmon8331 3 дні тому +1

    it didnt work for meh:( im on my parents account:

  • @charliefababaer1114
    @charliefababaer1114 18 днів тому

    help. I cant do it I dont see my starterplayerscripts but I only see startercharacterscripts

  • @notzenith00
    @notzenith00 9 місяців тому

    can somebody help i did the script but then there is a red underline under Module and Player

    • @FastCarUltimate
      @FastCarUltimate 4 місяці тому

      try this:
      local Module = require(script:WaitForChild("Screen"))
      local Player = game.Players.LocalPlayer
      local function OnChar(Character)
      local BlurSize = 10;
      local Tips={
      "whatever you want";
      "whatever you want";
      "whatever you want";
      "whatever you want";
      "whatever you want";
      "whatever you want";
      "whatever you want";
      }
      Module:Hide(Player)
      local Humanoid = Character:WaitForChild("Humanoid")
      Humanoid.Died:Connect(function()
      Module:Show(Player,Tips,BlurSize)
      end)
      end
      if Player.Character then OnChar(Player.Character) end
      Player.CharacterAdded:Connect(function(Character)
      OnChar(Character)
      end)

    • @notzenith00
      @notzenith00 4 місяці тому

      @@FastCarUltimatethanks but i fixed it

    • @FastCarUltimate
      @FastCarUltimate 4 місяці тому

      @@notzenith00 Nice

  • @6omzy
    @6omzy 4 місяці тому

    The other death screen tips I put are underlined red any help??

  • @HadesEyezYT
    @HadesEyezYT Місяць тому

    Does NOT work as of 5/17/24

  • @lisatout7349
    @lisatout7349 5 місяців тому

    that dont work in r6 :(

  • @zappylo
    @zappylo 9 місяців тому +1

    You should make a tut on something like a punch or combat system cuz i will need

  • @X-cailber
    @X-cailber 2 місяці тому

    you don't want to type it here
    local Module=require(script:WaitForChild("Screen"))
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local BlurSize=10;
    local Tips={
    "My game " ;
    "haha." ;
    "L!" ;
    "WASTED";
    }
    Module:Hide(Player)
    local Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(Player,Tips,BlurSize)
    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)

  • @daniellesigmon8331
    @daniellesigmon8331 3 дні тому +1

    i love your videos but this time i spent 3 hours tryna script just for this and it didnt work im sorry but i have give a dislike but i always will still be subscribed

  • @olliesmusicc
    @olliesmusicc Місяць тому

    why doesn’t this work?

  • @AtenGagine11
    @AtenGagine11 5 місяців тому

    The script doesn't work for me, i think the script may be broken or smth, can someone help me?

    • @TooBandlab
      @TooBandlab 4 місяці тому

      local Module=require(script:WaitForChild("Screen"))
      local Player=game.Players.LocalPlayer
      local function OnChar(Character)
      local BlurSize=10;
      local Tips={
      ""; --- Can be changed to say whatever you want
      ""; --- Can be changed to say whatever you want
      ""; --- Can be changed to say whatever you want
      ""; --- Can be changed to say whatever you want
      ""; --- Can be changed to say whatever you want
      }
      Module:Hide(Player)
      local Humanoid=Character:WaitForChild("Humanoid")
      Humanoid.Died:Connect(function()
      Module:Show(Player,Tips,BlurSize)
      end)
      end
      if Player.Character then OnChar(Player.Character) end
      Player.CharacterAdded:Connect(function(Character)
      OnChar(Character)
      end)

  • @GD_Mika777
    @GD_Mika777 8 місяців тому

    Here:
    local Module=require(script:WaitForChild("Screen"))
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local BlurSize=10;
    local Tips={
    "Better Luck next Time. 😉"; -- Examples. (Change these like you want.
    "No Way Bro died 💀";
    "Bruh 😐";
    "How did that Happend 💀💀💀";
    }
    Module:Hide(Player)
    local Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(Player,Tips,BlurSize)
    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)

  • @ShadowDevRoblox
    @ShadowDevRoblox 5 місяців тому

    sadly didnt work for me

  • @iJossu.
    @iJossu. 5 місяців тому

    Here is the script if anyone needs it:
    local Module=require(script:WaitForChild("Screen"))
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local BlurSize=10;
    local Tips={
    "Sometimes you gotta die.";
    "Luck wasn't on your side.";
    "You can't escape death.";
    "Was your game lagging?";
    }
    Module:Hide(Player)
    local Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(Player,Tips,BlurSize)
    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)

  • @SeleCF
    @SeleCF 9 місяців тому +1

    Height Bar

  • @DodorelPNTfake
    @DodorelPNTfake 7 місяців тому +2

    The Script is: local Module=require(script:WaitForChild("Screen"))
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local BlurSize=10;
    local Tips={
    "Better Luck Next Time";
    "Try Again Next Time";
    "It Happens To Everyone";
    "Chill Out";
    }
    Module:Hide(Player)
    local Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(Player,Tips,BlurSize)
    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)

    • @zzwad2004
      @zzwad2004 7 місяців тому

      ty

    • @legatag5943
      @legatag5943 6 місяців тому

      i just did the whole script it took like 15 minutes and then i finished and saw this :///

  • @Kenziehiro1357
    @Kenziehiro1357 2 місяці тому

    And Ofc Its not Working Too In My Game

    • @wheezwastaken
      @wheezwastaken  2 місяці тому

      make sure you wrote the script correct

  • @EditsWithBolt
    @EditsWithBolt Місяць тому

    It works stop yapping

  • @NotBlueRoblox2784
    @NotBlueRoblox2784 9 місяців тому +1

    pls make a how to make a game like arm wrestle simulator

  • @Car_K
    @Car_K 6 місяців тому

    bro just make it so people can copy and paste it
    i do not want to waste time writing it in when i could just copy it

    • @gilbert-yo7jg
      @gilbert-yo7jg 6 місяців тому

      what would you learn copy and pasting? if you type it out going through each function and variable etc. you will highly likely understand what they do and get better at scripting

    • @racereb
      @racereb 5 місяців тому

      it’s in the comment section

  • @SRA-Search.Rescue.Attack
    @SRA-Search.Rescue.Attack 2 місяці тому

    isn't working 😢

  • @StearlyYT
    @StearlyYT 4 місяці тому

    i was about to click the "DON'T CLICK THIS" link lol. and why is that link there

  • @aserwasfy6191
    @aserwasfy6191 3 місяці тому

    It doesn't work

  • @Daniel2Dark
    @Daniel2Dark 8 місяців тому +3

    Heres an actual working script because some in these comments messed it up:
    local Module=require(script:WaitForChild("Screen"))
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local BlurSize=10;
    local Tips={
    "My game was lagging I swear!"; --- Can be changed to say whatever you want
    "It happens to the best of us."; --- Can be changed to say whatever you want
    "Oh well!"; --- Can be changed to say whatever you want
    "WASTED"; --- Can be changed to say whatever you want
    }
    Module:Hide(Player)
    local Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(Player,Tips,BlurSize)
    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)

  • @BeastStick
    @BeastStick Місяць тому

    it didn't work :(

  • @name_kinda
    @name_kinda 6 місяців тому

    so that yo7u dont have to type it out:
    local Module=require(script:WaitForChild("Screen"))
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local BlurSize=10;
    local Tips={
    ""; --- Can be changed to say whatever you want
    ""; --- Can be changed to say whatever you want
    ""; --- Can be changed to say whatever you want
    ""; --- Can be changed to say whatever you want
    ""; --- Can be changed to say whatever you want
    }
    Module:Hide(Player)
    local Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(Player,Tips,BlurSize)
    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)

  • @StefanLazic-kr1dd
    @StefanLazic-kr1dd Місяць тому

    Here is the script but i changed text lol
    local Module=require(script:WaitForChild("Screen"))
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local BlurSize=10;
    local Tips={
    "☠You Died!☠";
    "Try Again Next Time";
    "😂You Just Reseted Or Fall Of Map😂";
    "Chill Out";

    Module:Hide(Player)
    local Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(Player,Tips,BlurSize)
    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)

  • @Roblox-Noob-Dev
    @Roblox-Noob-Dev 9 місяців тому

    sadly I'm too lazy to do it
    :(

  • @hwicebelugonrony40
    @hwicebelugonrony40 Місяць тому

    Not working :(

  • @windowskeys
    @windowskeys 4 місяці тому

    bro you changed the script 2 times??!?!

    • @windowskeys
      @windowskeys 4 місяці тому

      ian even trying this no more

  • @Roblox_Bedwar
    @Roblox_Bedwar Місяць тому +1

    𝕾𝕮𝕽𝕴𝕻𝕿:
    local Module=require(script:WaitForChild("Screen"))
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local BlurSize=10;
    local Tips={
    "🍀Better Luck next Time🍀 ";
    "🌟Keep Up The Good Work🌟 ";
    "🔥You're Almost There🔥 ";
    "💀Rest In Peace💀 ";
    }
    Module:Hide(Player)
    local Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(Player,Tips,BlurSize)
    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)

  • @Euqea
    @Euqea 9 місяців тому

    NOT WORK

  • @GamerBoy1290
    @GamerBoy1290 6 місяців тому

    its not working

  • @xmilyvickix
    @xmilyvickix 5 місяців тому +6

    It doesnt work?

  • @snoyuii
    @snoyuii 3 місяці тому

    Doesnt work

  • @ToxicCookieWasTaken
    @ToxicCookieWasTaken 9 місяців тому

    It Does Not Work, EVERYTIME I TRY A TUTORIAL IT DOES NOT WORK.

    • @wheezwastaken
      @wheezwastaken  9 місяців тому

      hey mate, you probably did something wrong. Try rechecking every bit.

    • @ToxicCookieWasTaken
      @ToxicCookieWasTaken 9 місяців тому

      @@wheezwastaken I Checked, It Did Not Work.

    • @wheezwastaken
      @wheezwastaken  9 місяців тому

      @@ToxicCookieWasTaken there is no reason for it not to work. Everyone has the same script, so if it works for others, it has to work for you aswell.
      mind joining the discord? i can help you there with more ease

    • @ToxicCookieWasTaken
      @ToxicCookieWasTaken 9 місяців тому

      @@wheezwastaken My Reply to This Reply Keeps Getting Deleted for Some Reason

    • @racereb
      @racereb 5 місяців тому

      @@ToxicCookieWasTakenit worked for me, copy the code from the comment

  • @bebekpecid
    @bebekpecid 6 місяців тому

    The you died is gone

  • @PanduPandu-be1xx
    @PanduPandu-be1xx 9 місяців тому

    Bro give me admin please 🥺🥺

  • @DreamyzYT
    @DreamyzYT 6 місяців тому

    Didn`t work, i checked everything..

    • @wheezwastaken
      @wheezwastaken  6 місяців тому

      since code was written by you yourself, id suggest giving it another recheck. nothing should be underlined red

    • @DreamyzYT
      @DreamyzYT 6 місяців тому

      @@wheezwastaken Ok thanks, i'll check tommorow cuz its midnight on my time, text ya if i need something

  • @canadiandonuts12
    @canadiandonuts12 5 місяців тому

    it didnt work :(

    • @wheezwastaken
      @wheezwastaken  5 місяців тому

      try rehcking your script, its probably the root cause

    • @canadiandonuts12
      @canadiandonuts12 5 місяців тому

      @@wheezwastaken ok ill try although im not the best scriptor

    • @canadiandonuts12
      @canadiandonuts12 5 місяців тому

      @@wheezwastaken i tried everything it didnt work

  • @Baconrooaster
    @Baconrooaster 9 місяців тому

    It didnt work bruh

    • @hanks-dances-stuff
      @hanks-dances-stuff 6 місяців тому

      Maybe put in the scripts first. This is not coolcapidog (prescripted tutorials)

  • @CryptedCo.
    @CryptedCo. 9 місяців тому

    local Module=require(script:WaitForChild("Screen"))
    local player=game.Players.LocalPlayer
    local function OnChar(Character)
    local BlurSize=10;
    local Tips={
    "Better Luck Next Time!";
    "Did Broski Just Died?";
    "Go Back To Reviving The Chat...";
    "I Thought You Were Ready";
    "Dang Even Boba Is Not That Bad";
    "What you gonna say to Crypted Now Huh?";
    }
    Module:Hide(player)
    local Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(player,Tips,BlurSize)
    end)
    end
    if player.Character then OnChar(player.Character) end
    player.CharacterAdded:Connect(function()
    OnChar()
    end)

  • @FastCarUltimate
    @FastCarUltimate 4 місяці тому

    Script for lazy people:
    local Module = require(script:WaitForChild("Screen"))
    local Player = game.Players.LocalPlayer
    local function OnChar(Character)
    local BlurSize = 10;
    local Tips={
    "whatever you want";
    "whatever you want";
    "whatever you want";
    "whatever you want";
    "whatever you want";
    "whatever you want";
    "whatever you want";
    }
    Module:Hide(Player)
    local Humanoid = Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(Player,Tips,BlurSize)
    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)

    • @wheezwastaken
      @wheezwastaken  4 місяці тому

      looks like we got a kind person here
      🗣️🔥🔥

    • @FastCarUltimate
      @FastCarUltimate 4 місяці тому

      @@wheezwastaken Yessir🔥🔥

    • @Silver_633
      @Silver_633 12 днів тому

      tysm bro this worked and others didn't for some reason

  • @user-us1ou2lc3e
    @user-us1ou2lc3e 5 місяців тому

    it does not work in roblox stuido

  • @Un_spider
    @Un_spider 5 місяців тому

    lie

  • @Roblox-Noob-Dev
    @Roblox-Noob-Dev 9 місяців тому

    a great system for a stupid game...

  • @ChiLi.xd.
    @ChiLi.xd. Місяць тому

    not good, I do not recommend it

  • @Kevv564
    @Kevv564 2 місяці тому

    Fake

  • @TheSlapKillStreakKiller
    @TheSlapKillStreakKiller 17 днів тому +1

    Here is the full script if anyone lazy tbh:
    local Module=require(script:WaitForChild("Screen"))
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local BlurSize=10
    local Tips={
    ""; -- Write your Tips when player dies Here.
    ""; -- Write your Tips when player dies Here.
    ""; -- Write your Tips when player dies Here.
    }
    Module:Hide(Player)
    local Humanoid=Character:WaitForChild("Humanoid")
    local Humanoid.Died:Connect(function()
    Module:Show(Player,Tips,BlurSize)

    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)

  • @lukeakhmeteli
    @lukeakhmeteli 4 місяці тому

    heres full script it totally works
    local Module=require(script:WaitForChild("Screen"))
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local BlurSize=10;
    local Tips={
    "Better Luck Next Time";
    "Try Again Next Time";
    "It Happens To Everyone";
    "Chill Out";
    }
    Module:Hide(Player)
    local Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(Player,Tips,BlurSize)
    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)

  • @aaratgamer7951
    @aaratgamer7951 8 місяців тому +1

    it says Players.AaratGamerr.PlayerScripts.DeathScreen:7: Expected '}' (to close '{' at line 5), got "I SWEAR I WAS LAGGING" pls help

    • @wheezwastaken
      @wheezwastaken  8 місяців тому +1

      check the script you wrote, make sure it matches with mine

    • @aaratgamer7951
      @aaratgamer7951 8 місяців тому +1

      Thanks I cross checked it is working now

  • @BraydenRB_LX
    @BraydenRB_LX Місяць тому

    local Module=require(script:WaitForChild("Screen"))
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local BlurSize=10;
    local Tips={
    "What Ever You Want";
    "What Ever You Want";
    "What Ever You Want";
    "What Ever You Want";
    }
    Module:Hide(Player)
    local Humanoid=Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(Player, Tips,BlurSize)
    end)
    end
    if Player.Character then OnChar(Player.Charecter) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Thats the script for anyone

  • @RM_Niax
    @RM_Niax 6 місяців тому +1

    Script 1

    ------------------------------------------------------------------------------------------------------
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    end)

    ------------------------------------------------------------------------------------------------------
    Get his model in the description and do what he says
    Script 2 (After u do wh
    at he says

    ------------------------------------------------------------------------------------------------------
    local Module=require(script:WaitForChild("Screen"))
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local BlurSize=10;
    local Tips={
    "Better Luck Next Time";
    "Try Again Next Time";
    "It Happens To Everyone";
    "Chill Out";
    }
    Module:Hide(Player)
    local Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(Player,Tips,BlurSize)
    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)

  • @Xrthix
    @Xrthix 9 місяців тому

    the discord invite link is invalid!!!! D:

    • @wheezwastaken
      @wheezwastaken  9 місяців тому

      discord.gg/nSpfRN7pMr

    • @Xrthix
      @Xrthix 9 місяців тому

      @@wheezwastaken ty!

  • @QuesoTomi
    @QuesoTomi 3 місяці тому +1

    This is my Script:
    local Module=require(script:WaitForChild("Screen"))
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local BlurSize=10;
    local Tips={
    "Oof why you Make Reset?";
    "You find a Error and Throw to the Void?";
    "How much do you rate this 1/10 death screen?";
    "Stop Losing time and Collect Coins";
    "Stop Wasting Time and Collect COINS";
    "Never Gonna Give you Up";
    "Never Gonna let you Down";
    "All Credits to QuesoTomi like Scripting This!";
    "Theres a lot of Messages with reseting LOL";
    "Throw to the Void for A secret!!!🤫 ";
    "Give me your RoOoOoOoObuuUuuUuUXxXxXxX";
    "Want some Coins?";
    "Want Some Food?";
    "Touch Grass bro";
    "Chill bro Chill";
    "Cookies?";
    "Throw Robuuuux!!!1!!!1!!!!";
    "Can you Donate???";
    "They dont Pay me for this Game :(";
    "Want some Juice?";
    }
    Module:Hide(Player)
    local Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(Player,Tips,BlurSize)
    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)

  • @Finn_Y2
    @Finn_Y2 16 днів тому +1

    -- Made by Whezz, sent on yt comments by finnfamilysofc on yt
    local Module=require(script:WaitForChild("Screen"))
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local BlurSize=18;
    local Tips={
    "L BOZOOOO";
    "Rekted xd";
    "Try harder next time kid";
    "Try over and over again";
    "nah i'd lose";
    }
    Module:Hide(Player)
    local Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(Player,Tips,BlurSize)
    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)

  • @juancarloscorcino1896
    @juancarloscorcino1896 2 місяці тому

    So you dont have to type it out:
    local Player=game.Players.LocalPlayer
    local function OnChar(Character)
    local Humanoid=Character:WaitForChild(Humanoid)
    Humanoid.Died:Connect(function()
    local BlurSize=10;
    local Tips={
    "My game was lagging I swear!" --- Can be changed to say whatever you want
    "It happens to the best of us." --- Can be changed to say whatever you want
    "Oh well!" --- Can be changed to say whatever you want
    "WASTED" --- Can be changed to say whatever you want
    }
    Module:Hide(Player)
    local Humanoid=Character:WaitForChild("Humanoid")
    Humanoid.Died:Connect(function()
    Module:Show(Player,Tips,BlurSize)
    end)
    end)
    end
    if Player.Character then OnChar(Player.Character) end
    Player.CharacterAdded:Connect(function(Character)
    OnChar(Character)
    end)