Gotmilk0086

Untitled

Jul 1st, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. --Press L to laugh, press N to stop laughing.
  2. Player = game:GetService("Players").LocalPlayer
  3. mouse = Player:GetMouse()
  4. Character = Player.Character
  5. Torso = Character.Torso
  6. Head = Character.Head
  7. LocalPlayer = game.Players.LocalPlayer
  8. local BC = Character["Body Colors"]
  9. BC.HeadColor = BrickColor.new("Pastel brown")
  10. BC.LeftArmColor = BrickColor.new("Pastel brown")
  11. BC.LeftLegColor = BrickColor.new("Pastel brown")
  12. BC.RightArmColor = BrickColor.new("Pastel brown")
  13. BC.RightLegColor = BrickColor.new("Pastel brown")
  14. BC.TorsoColor = BrickColor.new("Pastel brown")
  15. boi = Instance.new("Sound", Torso)
  16. boi.SoundId = "rbxassetid://135305798"
  17. boi.Volume = 3
  18. boi:Play()
  19. laughter = Instance.new("Sound", Torso)
  20. laughter.Volume = 7
  21. --It was used for stopping the laugh by engineer saying nope, but that was scrapped.
  22. SHUTUP = Instance.new("Sound", Torso)
  23. SHUTUP.Volume = 3
  24.  
  25. for i,v in pairs(Character:children()) do
  26. if v:IsA("Hat") then
  27. v:Destroy()
  28. end
  29. end
  30. for i,v in pairs(Character:children()) do
  31. if v:IsA("Accessory") then
  32. v:Destroy()
  33. end
  34. end
  35. for i,v in pairs(Character:children()) do
  36. if v:IsA("Hair") then
  37. v:Destroy()
  38. end
  39. end
  40.  
  41. Character.Head.face.Texture = "rbxassetid://116275649"
  42.  
  43. local function CreateHat(name, meshid, textureid)
  44. local h = Instance.new("Accessory")
  45. h.Name = name
  46. local han = Instance.new("Part", h)
  47. han.Name = "Handle"
  48. local mesh = Instance.new("SpecialMesh", han)
  49. mesh.Name = "Mesh"
  50. mesh.MeshId = meshid
  51. mesh.TextureId = textureid
  52. return h,han,mesh
  53. end
  54.  
  55. hum = Character:FindFirstChildOfClass'Humanoid'
  56. local h,han,mesh = CreateHat("Beard", "http://www.roblox.com/asset/?id=157959108", "http://www.roblox.com/asset/?id=157924575")
  57. han.Size = Vector3.new(1.6, 1, 1)
  58. mesh.Scale = Vector3.new(0.55, 0.55, 0.55)
  59. h.AttachmentPos = Vector3.new(0, 0.7, 0.3)
  60. hum:AddAccessory(h)
  61. h,han,mesh = CreateHat("JeweledCrown", "http://www.roblox.com/asset/?id=69428716", "http://www.roblox.com/asset/?id=69428704")
  62. mesh.Scale = Vector3.new(1, 1, 1)
  63. han.Size = Vector3.new(1.2, 0.2, 1)
  64. h.AttachmentPos = Vector3.new(0, -0.15, -0.075)
  65. hum:AddAccessory(h)
  66. h,han,mesh = CreateHat("BoyNormalHair1", "http://www.roblox.com/asset/?id=13332444", "http://www.roblox.com/asset/?id=13332337")
  67. mesh.Scale = Vector3.new(1.05, 1, 1.05)
  68. han.Size = Vector3.new(1, 0.8, 1)
  69. h.AttachmentPos = Vector3.new(0, 0.25, -0.063)
  70. hum:AddAccessory(h)
  71.  
  72. shirt = Instance.new("Shirt", Character)
  73. shirt.Name = "Shirt"
  74. pants = Instance.new("Pants", Character)
  75. pants.Name = "Pants"
  76. Character.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=549219083"
  77. Character.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=212972542"
  78.  
  79. CV="Maroon"
  80. char = Player.Character
  81. local txt = Instance.new("BillboardGui", Character)
  82. txt.Adornee = Character .Head
  83. txt.Name = "_status"
  84. txt.Size = UDim2.new(2, 0, 1.2, 0)
  85. txt.StudsOffset = Vector3.new(-9, 8, 0)
  86. local text = Instance.new("TextLabel", txt)
  87. text.Size = UDim2.new(10, 0, 7, 0)
  88. text.FontSize = "Size24"
  89. text.TextScaled = true
  90. text.TextTransparency = 0
  91. text.BackgroundTransparency = 1
  92. text.TextTransparency = 0
  93. text.TextStrokeTransparency = 0
  94. text.Font = "Fantasy"
  95. text.TextStrokeColor3 = Color3.new(255,255,0)
  96.  
  97. v=Instance.new("Part")
  98. v.Name = "ColorBrick"
  99. v.Parent=Player.Character
  100. v.FormFactor="Symmetric"
  101. v.Anchored=true
  102. v.CanCollide=false
  103. v.BottomSurface="Smooth"
  104. v.TopSurface="Smooth"
  105. v.Size=Vector3.new(10,5,3)
  106. v.Transparency=1
  107. v.CFrame=Character.Torso.CFrame
  108. v.BrickColor=BrickColor.new(CV)
  109. v.Transparency=1
  110. text.TextColor3 = Color3.new(255,255,0)
  111. v.Shape="Block"
  112. text.Text = "King Harkinian"
  113.  
  114. base = Instance.new("ScreenGui",Player.PlayerGui)
  115. bbg = Instance.new("BillboardGui",Player.Character.Head)
  116. bbg.Size = UDim2.new(0,200,0,50)
  117. bbg.StudsOffset = Vector3.new(0,3,0)
  118. boi2 = Instance.new("Sound", Torso)
  119. boi2.SoundId = "rbxassetid://0"
  120. boi2.Volume = 3
  121. bbgTl = Instance.new("TextLabel",bbg)
  122. bbgTl.BackgroundTransparency = 1
  123. bbgTl.Size = UDim2.new(10,0,1,0)
  124. bbgTl.Position = UDim2.new(-4.5, 0, 0.8, 0)
  125. bbgTl.Font = "Fantasy"
  126. bbgTl.Text = " "
  127. bbgTl.TextSize = 25
  128. bbgTl.TextStrokeColor3 = Color3.new(255,165,0)
  129. bbgTl.TextColor3 = Color3.new(255,165,0)
  130. bbgTl.TextStrokeTransparency = 0
  131. bbgTl.TextWrapped = true
  132. Player.Chatted:connect(function(msg)
  133. boi2.SoundId = "rbxassetid://135305798"
  134. boi2:Play()
  135. bbgTl.Text = msg
  136. wait(5)
  137. if bbgTl.Text == msg then
  138. bbgTl.Text = " "
  139. end
  140. end)
Add Comment
Please, Sign In to add comment