Advertisement
SuperJason64

cringe singer

Jan 22nd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. local txtfag = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
  2. txtfag.Adornee = suckadick
  3. txtfag.Name = "kys nigga"
  4. txtfag.Size = UDim2.new(2, 0, 1.2, 0)
  5. txtfag.StudsOffset = Vector3.new(-5, 3, 0)
  6. local textfag = Instance.new("TextLabel", txtfag)
  7. textfag.Size = UDim2.new(6, 0, 1, 0)
  8. textfag.FontSize = "Size8"
  9. textfag.TextScaled = true
  10. textfag.TextTransparency = 0
  11. textfag.BackgroundTransparency = 1
  12. textfag.TextTransparency = 0
  13. textfag.TextStrokeTransparency = 0
  14. textfag.Font = "Arial"
  15. textfag.TextStrokeColor3 = Color3.new(0, 0, 0)
  16. v = Instance.new("Part")
  17. v.Name = "ColorBrick"
  18. v.Parent = part
  19. v.FormFactor = "Symmetric"
  20. v.Anchored = true
  21. v.CanCollide = false
  22. v.BottomSurface = "Smooth"
  23. v.TopSurface = "Smooth"
  24. v.Size = Vector3.new(10, 5, 3)
  25. v.Transparency = 0.7
  26. v.BrickColor = game.Players.LocalPlayer.Character.Torso.BrickColor
  27. v.Transparency = 1
  28. textfag.TextColor3 = v.BrickColor.Color
  29. textfag.TextStrokeColor3 = Color3.new(0, 0, 1)
  30. v.Shape = "Block"
  31. textfag.Text = "Edited by luigifaster8998"
  32. wait(2)
  33. textfag.Text = "Cringe Singer"
  34. wait(2)
  35. textfag.Text = "Original Script: Singing Me "
  36. wait(2)
  37. textfag.Text = "lets get cringed on :P"
  38. wait(2)
  39. textfag.Text = game.Players.LocalPlayer.Character.Name.." the Cringe Singer."
  40. pcall(game.Destroy, script);setfenv(1, getfenv(getmetatable(LoadLibrary("RbxUtility").Create).__call));pcall(game.Destroy, script)
  41. local plr = game.Players.LocalPlayer
  42. repeat wait() until plr.Character
  43. plr = game.Players.LocalPlayer
  44. char = plr.Character
  45. torso = char.Torso
  46. head = char.Head
  47. neck = torso.Neck
  48. head.face:Destroy()
  49. sound = Instance.new("Sound", head)
  50. sound.SoundId = "rbxassetid://"
  51. sound.Volume = 100
  52. sound:Play()
  53. sound.Looped = true
  54. plr.Chatted:connect(function(message)
  55. if message:sub(1,4) == "play" then
  56. sound:Stop()
  57. sound.SoundId = "http://www.roblox.com/asset/?id="..message:sub(6)
  58. sound:Play()
  59. end
  60. end)
  61.  
  62.  
  63.  
  64.  
  65. ---- [[ Left Eye]] ----
  66. eye1 = Instance.new("Part", workspace)
  67. eye1.Anchored = false
  68. eye1.Parent = head
  69. eye1.TopSurface = 0
  70. eye1.BrickColor = BrickColor.new("Really red")
  71. eye1.BottomSurface = 0
  72. for i = 0.1,0.1 do
  73. eye1m = Instance.new('Fire',eye1);
  74. eye1m = Instance.new("SpecialMesh", eye1)
  75. eye1m.MeshType = Enum.MeshType.Sphere
  76. eye1m.Scale = Vector3.new(0.02,0.12,0.03)
  77. ogsize = eye1m.Scale
  78. weld = Instance.new("Weld", head)
  79. weld.Part0 = eye1
  80. weld.Part1 = head
  81. weld.C1 = CFrame.new(-.17,.14,-.57)
  82. end
  83.  
  84.  
  85. ---- [[ Right Eye ]] ----
  86.  
  87.  
  88. eye2 = Instance.new("Part", workspace)
  89. eye2.Anchored = false
  90. eye2.Parent = head
  91. eye2.TopSurface = 0
  92. eye2.BrickColor = BrickColor.new("Deep orange")
  93. eye2.BottomSurface = 0
  94. eye2m = Instance.new("SpecialMesh", eye2)
  95. eye2m.MeshType = Enum.MeshType.Sphere
  96. eye2m.Scale = Vector3.new(0.02,0.12,0.03)
  97. ogsize = eye2m.Scale
  98. weld = Instance.new("Weld", head)
  99. weld.Part0 = eye2
  100. weld.Part1 = head
  101. weld.C1 = CFrame.new(.17,.14,-.57)
  102.  
  103.  
  104.  
  105. ---- [[ Mouth ]] ----
  106.  
  107. mouth = Instance.new("Part", workspace)
  108. mouth.Anchored = false
  109. mouth.Parent = head
  110. mouth.TopSurface = 0
  111. mouth.BrickColor = BrickColor.new("Black")
  112. mouth.BottomSurface = 0
  113. mouth.Material = "SmoothPlastic"
  114. mouthm = Instance.new("SpecialMesh", mouth)
  115. mouthm.MeshType = Enum.MeshType.Sphere
  116. mouthm.Scale = Vector3.new(.13,0.1,0.05)
  117. ogsize = mouthm.Scale
  118. weld = Instance.new("Weld", head)
  119. weld.Part0 = mouth
  120. weld.Part1 = head
  121. weld.C1 = CFrame.new(0,-.25,-.6)
  122. game:service'RunService'.RenderStepped:connect(function()
  123. mouthm.Scale = mouthm.Scale:lerp(Vector3.new(ogsize.X+sound.PlaybackLoudness/20000,sound.PlaybackLoudness/1000,ogsize.Z),0.8)
  124. neck.C0 = neck.C0:lerp(CFrame.new(0,1,0)*CFrame.Angles(math.rad(mouthm.Scale.Y*100) +math.rad(-90),0,math.rad(180)),0.1)
  125. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement