RobloxScripter133Hmm

finished boss of finobe :D (change line 6 to your name)

Nov 2nd, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. -- It Uses R6 Character
  2. -- Click Copy And Go ToLine 6 And Change Stiwen133 To Your Game
  3.  
  4. wait(3)
  5.  
  6. local OwnerName = "Stiwen133" -- Finobe Account
  7. OwnerName = "MrRobloxTutorialsGo" -- Roblox Account
  8.  
  9. local Sound = Instance.new("Sound",game.Workspace:FindFirstChild(OwnerName).Head)
  10. Sound.SoundId = "rbxassetid://860839763"
  11. Sound.Volume = 1
  12. Sound.Looped = true
  13. Sound:Play()
  14.  
  15. local Gui = Instance.new("BillboardGui",game.Workspace:FindFirstChild(OwnerName).Head)
  16. Gui.StudsOffset = Vector3.new(0,2,0)
  17. Gui.Size = UDim2.new(0,200,0,50)
  18. local Text = Instance.new("TextLabel",Gui)
  19. Text.Size = UDim2.new(0,200,0,50)
  20. Text.TextScaled = true
  21. Text.BackgroundTransparency = 1
  22. Text.TextStrokeTransparency = 0
  23. Text.TextStrokeColor3 = Color3.new(255,255,255)
  24. Text.TextColor3 = Color3.new(255,255,0)
  25. Text.Text = "The Chosen One..."
  26. Text.Font = Enum.Font.SciFi
  27. game.Workspace:FindFirstChild(OwnerName).Head.face.Texture = "http://www.roblox.com/asset/?id=132214577"
  28. local Chats = "YOU ARE GONNA DIE SO THIS IS YOUR TIME TO DIE TODAY GET READY TO DIE!"
  29. game:GetService("Chat"):Chat(game.Workspace:FindFirstChild(OwnerName).Head, Chats, Enum.ChatColor.White)
  30. local Black = Instance.new("ColorCorrectionEffect",game.Lighting)
  31. for i = 1,10 do
  32. wait(0.1)
  33. Black.Brightness = Black.Brightness - 0.1
  34. end
  35. for i = 1,10 do
  36. wait(0.1)
  37. Black.Brightness = Black.Brightness + 0.1
  38. end
  39. wait(2)
  40. Chats = "you cant defeat me you can never defeat me..."
  41. game:GetService("Chat"):Chat(game.Workspace:FindFirstChild(OwnerName).Head, Chats, Enum.ChatColor.White)
  42. wait(2)
  43. Chats = "so this is your time..."
  44. game:GetService("Chat"):Chat(game.Workspace:FindFirstChild(OwnerName).Head, Chats, Enum.ChatColor.White)
  45. wait(2)
  46. for i = 1,10 do
  47. wait(0.1)
  48. Black.Brightness = Black.Brightness - 0.1
  49. end
  50. for i = 1,10 do
  51. wait(0.1)
  52. Black.Brightness = Black.Brightness + 0.1
  53. end
  54. for i = 1,10 do
  55. wait(0.1)
  56. Sound.PlaybackSpeed = Sound.PlaybackSpeed - 0.1
  57. game.Lighting.TimeOfDay = "03:00:00"
  58. end
  59. local Chats = ":)"
  60. game:GetService("Chat"):Chat(game.Workspace:FindFirstChild(OwnerName).Head, Chats, Enum.ChatColor.White)
  61. wait(1)
  62. Sound:Stop()
  63. for i = 1,10 do
  64. wait(1)
  65. Black.Brightness = Black.Brightness - 0.1
  66. end
  67. local Sound2 = Instance.new("Sound",game.Workspace:FindFirstChild(OwnerName).Head)
  68. Sound2.SoundId = "rbxassetid://1294256110"
  69. Sound2.Volume = 5
  70. Sound2.Looped = true
  71. Sound2:Play()
  72. wait(3)
  73. Sound2:Destroy()
  74. Sound:Destroy()
  75. Black:Destroy()
  76. game.Lighting.TimeOfDay = "14:00:00"
  77. game.Workspace:FindFirstChild(OwnerName).Humanoid.Health = 0
Advertisement
Add Comment
Please, Sign In to add comment