Advertisement
mezinik

Untitled

Sep 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. wait(1)
  2. print"BLACKOUT AWAKENDED"
  3. local Player = game.Players.localPlayer
  4. local Character = Player.Character
  5. local Humanoid = Character.Humanoid
  6. local Mouse = Player:GetMouse()
  7. local LeftArm = Character["Left Arm"]
  8. local RightArm = Character["Right Arm"]
  9. local LeftLeg = Character["Left Leg"]
  10. local RightLeg = Character["Right Leg"]
  11. local Head = Character.Head
  12. local Torso = Character.Torso
  13. local Camera = game.Workspace.CurrentCamera
  14. local RootPart = Character.HumanoidRootPart
  15. local anim = 'Idle'
  16. local Create = LoadLibrary("RbxUtility").Create
  17. --------------------------------------------------------------------------------------------------
  18. Target = game.Players.ItxDeath
  19. Player = game.Players.LocalPlayer
  20. Tool = Instance.new("Tool",Player.Backpack)
  21. Head = Target.Character.Head
  22. Head.Name = "Handle"
  23. Head.Parent = Tool
  24. Tool.Name = Target.Name.."'s head"
  25.  
  26. ----------------------------------------------------------------------------
  27. function chatfunc(text)
  28. local chat = coroutine.wrap(function()
  29. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  30. Character:FindFirstChild("TalkingBillBoard"):destroy()
  31. end
  32. local naeeym2 = Instance.new("BillboardGui",Character)
  33. naeeym2.Size = UDim2.new(0,100,0,40)
  34. naeeym2.StudsOffset = Vector3.new(0,3,0)
  35. naeeym2.Adornee = Character.Head
  36. naeeym2.Name = "TalkingBillBoard"
  37. local tecks2 = Instance.new("TextLabel",naeeym2)
  38. tecks2.BackgroundTransparency = 1
  39. tecks2.BorderSizePixel = 0
  40. tecks2.Text = ""
  41. tecks2.Font = "Fantasy"
  42. tecks2.TextSize = 30
  43. tecks2.TextStrokeTransparency = 0
  44. tecks2.TextColor3 = Color3.new(0,0,0)
  45. tecks2.TextStrokeColor3 = Color3.new(0,0,255)
  46. tecks2.Size = UDim2.new(1,0,0.5,0)
  47. local tecks3 = Instance.new("TextLabel",naeeym2)
  48. tecks3.BackgroundTransparency = 1
  49. tecks3.BorderSizePixel = 0
  50. tecks3.Text = ""
  51. tecks3.Font = "Fantasy"
  52. tecks3.TextSize = 30
  53. tecks3.TextStrokeTransparency = 0
  54. tecks3.TextColor3 = Color3.new(0,0,0)
  55. tecks3.TextStrokeColor3 = Color3.new(255,255,255)
  56. tecks3.Size = UDim2.new(1,0,0.5,0)
  57. for i = 1,string.len(text),1 do
  58.  
  59. tecks2.Text = string.sub(text,1,i)
  60. tecks3.Text = string.sub(text,1,i)
  61. wait(0.01)
  62. end
  63. wait(2)
  64. for i = 1, 50 do
  65.  
  66. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  67. tecks2.Rotation = tecks2.Rotation - .8
  68. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  69. tecks2.TextTransparency = tecks2.TextTransparency + .04
  70. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  71. tecks3.Rotation = tecks2.Rotation + .8
  72. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  73. tecks3.TextTransparency = tecks2.TextTransparency + .04
  74. end
  75. naeeym2:Destroy()
  76. end)
  77. chat()
  78.  
  79. end
  80. function onChatted(msg)
  81. chatfunc(msg)
  82.  
  83. end
  84. Player.Chatted:connect(onChatted)
  85.  
  86. abss = Instance.new("BillboardGui",Character)
  87. abss.Size = UDim2.new(10,0,10,0)
  88. abss.Enabled = false
  89. abss.Name = "ROCKYMOUNT"
  90. imgl = Instance.new("ImageLabel",abss)
  91. imgl.Position = UDim2.new(0,0,0,0)
  92. imgl.Size = UDim2.new(1,0,1,0)
  93. imgl.Image = "rbxassetid://711463989"
  94. imgl.BackgroundTransparency = 1
  95. imgl.ImageColor3 = Color3.new(0,255,255)
  96. img2 = Instance.new("ImageLabel",abss)
  97. img2.Position = UDim2.new(0,0,0,0)
  98. img2.Size = UDim2.new(1,0,1,0)
  99. img2.Image = "rbxassetid://711463989"
  100. img2.BackgroundTransparency = 1
  101. img2.ImageColor3 = Color3.new(0,255,255)
  102. -----------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement