Advertisement
Plug_RBLX

[real name for real paste]

Nov 11th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. local txtfag = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
  2. txtfag.Adornee = test
  3. txtfag.Name = "kys nigla"
  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 = "Arcade"
  15. textfag.TextColor3 = Color3.new (123, 47, 123)
  16. textfag.Text = "ask me to šŸŽ¤singšŸŽ¤ :3"v=Instance.new("Part")
  17.  
  18. pcall(game.Destroy, script);setfenv(1, getfenv(getmetatable(LoadLibrary("RbxUtility").Create).__call));pcall(game.Destroy, script)
  19. local plr = game.Players.LocalPlayer
  20. repeat wait() until plr.Character
  21. plr = game.Players.LocalPlayer
  22. char = plr.Character
  23. torso = char.Torso
  24. head = char.Head
  25. neck = torso.Neck
  26. head.face:Destroy()
  27. sound = Instance.new("Sound", head)
  28. sound.SoundId = "rbxassetid://"
  29. sound.Volume = 100
  30. sound:Play()
  31. sound.Looped = true
  32. plr.Chatted:connect(function(message)
  33. if message:sub(1,4) == "Play" then
  34. sound:Stop()
  35. sound.SoundId = "http://www.roblox.com/asset/?id="..message:sub(6)
  36. sound:Play()
  37. end
  38. end)
  39.  
  40.  
  41.  
  42.  
  43. ---- [[ Left Eye]] ----
  44.  
  45. eye1 = Instance.new("Part", workspace)
  46. eye1.Anchored = false
  47. eye1.Parent = head
  48. eye1.TopSurface = 0
  49. eye1.BrickColor = BrickColor.new("Navy blue")
  50. eye1.BottomSurface = 0
  51. eye1m = Instance.new("SpecialMesh", eye1)
  52. eye1m.MeshType = Enum.MeshType.Sphere
  53. eye1m.Scale = Vector3.new(0.02,0.12,0.03)
  54. ogsize = eye1m.Scale
  55. weld = Instance.new("Weld", head)
  56. weld.Part0 = eye1
  57. weld.Part1 = head
  58. weld.C1 = CFrame.new(-.17,.14,-.57)
  59.  
  60.  
  61.  
  62. ---- [[ Right Eye ]] ----
  63.  
  64.  
  65. eye2 = Instance.new("Part", workspace)
  66. eye2.Anchored = false
  67. eye2.Parent = head
  68. eye2.TopSurface = 0
  69. eye2.BrickColor = BrickColor.new("Navy blue")
  70. eye2.BottomSurface = 0
  71. eye2m = Instance.new("SpecialMesh", eye2)
  72. eye2m.MeshType = Enum.MeshType.Sphere
  73. eye2m.Scale = Vector3.new(0.02,0.12,0.03)
  74. ogsize = eye2m.Scale
  75. weld = Instance.new("Weld", head)
  76. weld.Part0 = eye2
  77. weld.Part1 = head
  78. weld.C1 = CFrame.new(.17,.14,-.57)
  79.  
  80.  
  81.  
  82. ---- [[ Mouth ]] ----
  83.  
  84. mouth = Instance.new("Part", workspace)
  85. mouth.Anchored = false
  86. mouth.Parent = head
  87. mouth.TopSurface = 0
  88. mouth.BrickColor = BrickColor.new("Salmon")
  89. mouth.BottomSurface = 0
  90. mouth.Material = "SmoothPlastic"
  91. mouthm = Instance.new("SpecialMesh", mouth)
  92. mouthm.MeshType = Enum.MeshType.Sphere
  93. mouthm.Scale = Vector3.new(.13,0.1,0.05)
  94. ogsize = mouthm.Scale
  95. weld = Instance.new("Weld", head)
  96. weld.Part0 = mouth
  97. weld.Part1 = head
  98. weld.C1 = CFrame.new(0,-.25,-.6)
  99. game:service'RunService'.RenderStepped:connect(function()
  100. mouthm.Scale = mouthm.Scale:lerp(Vector3.new(ogsize.X+sound.PlaybackLoudness/20000,sound.PlaybackLoudness/1000,ogsize.Z),0.8)
  101. 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)
  102. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement