DrakerMaker

epic chips

Nov 6th, 2019
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1.  
  2. owner.Character.Humanoid.WalkSpeed = 35
  3. local song = Instance.new("Sound", owner.Character.Head)
  4. song.SoundId = "rbxassetid://525565668"
  5. song.Looped = true
  6. song.Volume = 2
  7. song:Play()
  8. Instance.new("FlangeSoundEffect", song)
  9. Instance.new("FlangeSoundEffect", song)
  10. Instance.new("FlangeSoundEffect", song)
  11. local trail = Instance.new("Trail")
  12. trail.Parent = owner.Character
  13. trail.Transparency = NumberSequence.new(0, 1)
  14. local attachment = Instance.new("Attachment", owner.Character.Head)
  15. local attachment1 = Instance.new("Attachment", owner.Character.HumanoidRootPart)
  16. trail.Attachment0 = attachment
  17. trail.Attachment1 = attachment1
  18. local x = Instance.new('BillboardGui',owner.Character.Head)--- Dont Touch!
  19. local y = Instance.new('TextLabel',x)--- Dont Touch!
  20. x.Size = UDim2.new(9,0,2,0)--- Dont Touch!
  21. x.StudsOffset = Vector3.new(0,6,0)
  22. y.Text = ""
  23. y.Size = UDim2.new(1,0,1,0)--- Dont Touch!
  24. y.TextScaled = true--- Dont Touch!
  25. y.TextWrapped = true--- Dont Touch!
  26. y.FontSize = Enum.FontSize.Size24 --- Dont Touch!
  27. y.Font = "Arcade"
  28. y.TextStrokeTransparency = 1--- Dont Touch!
  29. y.BackgroundTransparency = 1--- Dont Touch!
  30. function wbtwe(first,second,c0)
  31. local weld = Instance.new("Weld", first)
  32. weld.Part0 = first
  33. weld.Part1 = second
  34. weld.C0 = second.CFrame:inverse() *second.CFrame *c0
  35. return weld
  36. end
  37. chatdeb = false
  38. hrw = wbtwe(owner.Character.Torso, owner.Character.HumanoidRootPart, CFrame.new(0, 0, 0))
  39. law = wbtwe(owner.Character["Left Arm"], owner.Character.Torso, CFrame.new(1.34, 1.5, 0) *CFrame.Angles(0, 25.1, 1.3))
  40. raw = wbtwe(owner.Character["Right Arm"], owner.Character.Torso, CFrame.new(-1.34, 1.5, 0) *CFrame.Angles(0, 0, -1.3))
  41. llw = wbtwe(owner.Character["Left Leg"], owner.Character.HumanoidRootPart, CFrame.new(0.45, 2.1, 0) *CFrame.Angles(0, 25.1, 0))
  42. rlw = wbtwe(owner.Character["Right Leg"], owner.Character.HumanoidRootPart, CFrame.new(-0.4, 2.1, 0) *CFrame.Angles(0, 0, 0))
  43. hw = wbtwe(owner.Character.Head, owner.Character.Torso, CFrame.new(0, -1.5, 0) *CFrame.Angles(0, 0, 0))
  44. local part = Instance.new("Part", owner.Character)
  45. part.CanCollide = false
  46. local mesh = Instance.new("SpecialMesh", part)
  47. mesh.MeshId = "http://www.roblox.com/asset/?id=19106014"
  48. mesh.TextureId = "http://www.roblox.com/asset/?id=37305301"
  49. chipsw = wbtwe(part, owner.Character["Left Arm"], CFrame.new(0, 1, 0))
  50. a = coroutine.wrap(function()
  51. while game:GetService("RunService").Stepped:wait() do
  52. y.Rotation = math.random(-5, 5)
  53. y.TextColor3 = BrickColor.Random().Color
  54. trail.Color = ColorSequence.new(y.TextColor3)
  55. end
  56. end)a()
  57. owner.Chatted:connect(function(m)
  58. if chatdeb == false then
  59. chatdeb = true
  60. y.Text = m
  61. wait(4)
  62. y.Text = ""
  63. chatdeb = false
  64. end
  65. end)
Add Comment
Please, Sign In to add comment