Advertisement
Masterludii0

Farm death in Roblox Doors

Feb 16th, 2023 (edited)
3,185
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.62 KB | Gaming | 0 0
  1. --This Roblox scripts is to farm death in Doors, make it autoexecute with your executor by putting this file into the "autoexecute" folder of your executor and Enjoy !!
  2.  
  3. while true do
  4.     wait(15) -- don't change this value, it's the best to wait for the game load and then kill the character
  5.     game.Players.LocalPlayer.Character.Humanoid.Health = 0
  6.     wait(0.5)
  7.     game.GuiService.GuiNavigationEnabled = true
  8.     wait(7) -- don't change this one too, it's to wait for the animation when your character dies and when you it clikcs the button
  9.     game:GetService("ReplicatedStorage").EntityInfo.PlayAgain:FireServer()
  10. end
Tags: Roblox
Advertisement
Comments
  • Masterludii0
    2 years
    # text 0.16 KB | 0 0
    1. This Roblox scripts is to farm death in Doors, make it autoexecute with your executor by putting this file into the "autoexecute" folder of your executor and Enjoy !!
  • aegasgasg
    2 years
    # text 0.27 KB | 0 0
    1. better script for death:
    2. while true do
    3. wait(1)
    4. game.Players.LocalPlayer.Character.Humanoid.Health = 0
    5. wait(0.5)
    6. game.GuiService.GuiNavigationEnabled = true
    7. wait(2)
    8. game:GetService("ReplicatedStorage").EntityInfo.PlayAgain:FireServer()
    9. end
Add Comment
Please, Sign In to add comment
Advertisement