Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --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 !!
- while true do
- wait(15) -- don't change this value, it's the best to wait for the game load and then kill the character
- game.Players.LocalPlayer.Character.Humanoid.Health = 0
- wait(0.5)
- game.GuiService.GuiNavigationEnabled = true
- 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
- game:GetService("ReplicatedStorage").EntityInfo.PlayAgain:FireServer()
- end
Advertisement
Comments
-
- 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 !!
-
- better script for death:
- while true do
- wait(1)
- game.Players.LocalPlayer.Character.Humanoid.Health = 0
- wait(0.5)
- game.GuiService.GuiNavigationEnabled = true
- wait(2)
- game:GetService("ReplicatedStorage").EntityInfo.PlayAgain:FireServer()
- end
Add Comment
Please, Sign In to add comment
Advertisement