GabeTheDog

DanTDM script

Apr 12th, 2018
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.13 KB | None | 0 0
  1. --Made By Bartus2009_Bro/GabeTheDog
  2. --Discord: Gabe#2408
  3.  
  4. local plr = game:GetService("Players").LocalPlayer
  5. local char = plr.Character
  6.  
  7. function FindInTable(t, n)
  8. for i,v in pairs(t) do
  9. if v == n then
  10. return true
  11. end
  12. end
  13. return false
  14. end
  15. --Transformaaaaation--
  16. char["Left Arm"].BrickColor = BrickColor.new("Pastel brown")
  17. char["Right Arm"].BrickColor = BrickColor.new("Pastel brown")
  18. char.Head.BrickColor = BrickColor.new("Pastel brown")
  19. char["Left Leg"].BrickColor = BrickColor.new("Pastel brown")
  20. char["Right Leg"].BrickColor = BrickColor.new("Pastel brown")
  21.  
  22. for i,v in pairs(char:children'') do
  23. local toremove = {"CharacterMesh", "Shirt", "Pants", "ShirtGraphic", "Accessory"}
  24. if FindInTable(toremove, v.ClassName) then v:Destroy() end
  25. if v.ClassName == "BodyColors" then
  26. v.HeadColor = BrickColor.new("Pastel brown")
  27. v.LeftArmColor = BrickColor.new("Pastel brown")
  28. v.LeftLegColor = BrickColor.new("Pastel brown")
  29. v.RightArmColor = BrickColor.new("Pastel brown")
  30. v.RightLegColor = BrickColor.new("Pastel brown")
  31. v.TorsoColor = BrickColor.new("Pastel brown")
  32. end
  33. end
  34.  
  35. local face = char.Head:FindFirstChild'face' if face then face.Texture = "http://www.roblox.com/asset/?id=173846201" end
  36. Instance.new("Shirt", char).ShirtTemplate = "http://www.roblox.com/asset/?id=227012486"
  37. Instance.new("Pants", char).PantsTemplate = "http://www.roblox.com/asset/?id=129458425"
  38. local function CreateHat(name, meshid, textureid)
  39. local h = Instance.new("Accessory")
  40. h.Name = name
  41. local han = Instance.new("Part", h)
  42. han.Name = "Handle"
  43. local mesh = Instance.new("SpecialMesh", han)
  44. mesh.Name = "Mesh"
  45. mesh.MeshId = meshid
  46. mesh.TextureId = textureid
  47. return h,han,mesh
  48. end
  49. hum = char:FindFirstChildOfClass'Humanoid'
  50. local h,han,mesh = CreateHat("2LEGITOwl", "http://www.roblox.com/asset/?id=0", "http://www.roblox.com/asset/?id=0")
  51. han.Size = Vector3.new(1, 1, 1)
  52. mesh.Scale = Vector3.new(0.3, 0.3, 0.3)
  53. h.AttachmentPos = Vector3.new(1.1, 0.38, 0)
  54. hum:AddAccessory(h)
  55. h,han,mesh = CreateHat("RobloxScarf", "http://www.roblox.com/asset/?id=0", "http://www.roblox.com/asset/?id=0")
  56. mesh.Scale = Vector3.new(3, 3, 3)
  57. han.Size = Vector3.new(1.9, 2, 2)
  58. h.AttachmentPos = Vector3.new(0, 1.54, 0.1)
  59. hum:AddAccessory(h)
  60. h,han,mesh = CreateHat("Beautiful Hair for Purple People", "http://www.roblox.com/asset/?id=16627529", "http://www.roblox.com/asset/?id=17423956")
  61. mesh.Scale = Vector3.new(1.05, 1.05, 1.05)
  62. han.Size = Vector3.new(2, 2, 2)
  63. hum:AddAccessory(h)
  64. --a function--
  65. function Say(text)
  66. local head = char.Head
  67. local fh = head:Clone()
  68. fh:ClearAllChildren()
  69. fh.Transparency = 1
  70. local bg = Instance.new("BillboardGui", fh)
  71. bg.Size = UDim2.new(6, 0, 6, 0)
  72. bg.StudsOffset = Vector3.new(0, 3, 0)
  73. local f = Instance.new("Frame", bg)
  74. f.Size = UDim2.new(1, 0, 1, 0)
  75. f.BackgroundTransparency = 1
  76. local tl = Instance.new("TextLabel", f)
  77. tl.BackgroundTransparency = 1
  78. tl.Size = UDim2.new(5, 0, 1, 0)
  79. tl.Position = UDim2.new(-2, 0, 0)
  80. tl.TextColor3 = Color3.new(1, 1, 1)
  81. tl.TextScaled = true
  82. tl.Text = ""
  83. tl.TextColor3 = BrickColor.new("Really black").Color
  84. tl.Font = Enum.Font.Fantasy
  85. tl.TextSize = 120
  86. fh.Parent = Instance.new("Model", plr.Character)
  87. local Joint = Instance.new("Weld", game.JointsService)
  88. Joint.Part0 = head
  89. Joint.Part1 = fh
  90.  
  91. local letters = {}
  92. text:gsub(".",function(c) table.insert(letters,c) end)
  93. for i,v in pairs(letters) do
  94. tl.Text = tl.Text .. tostring(v)
  95. wait(1/20)
  96. end
  97. wait(1)
  98. fh.Parent:Destroy()
  99. end
  100.  
  101. Character = game.Players.LocalPlayer.Character
  102. Head = Character.Head
  103.  
  104. CV="Blue"
  105. p = game.Players.LocalPlayer
  106. char = p.Character
  107. local txt = Instance.new("BillboardGui", char)
  108. txt.Adornee = char .Head
  109. txt.Name = "_status"
  110. txt.Size = UDim2.new(2, 0, 1.2, 0)
  111. txt.StudsOffset = Vector3.new(-9, 8, 0)
  112. local text = Instance.new("TextLabel", txt)
  113. text.Size = UDim2.new(10, 0, 7, 0)
  114. text.FontSize = "Size24"
  115. text.TextScaled = true
  116. text.TextTransparency = 0
  117. text.BackgroundTransparency = 1
  118. text.TextTransparency = 0
  119. text.TextStrokeTransparency = 0
  120. text.Font = "Cartoon"
  121. text.TextStrokeColor3 = Color3.new(0,255,0)
  122.  
  123. v=Instance.new("Part")
  124. v.Name = "ColorBrick"
  125. v.Parent=p.Character
  126. v.FormFactor="Symmetric"
  127. v.Anchored=true
  128. v.CanCollide=false
  129. v.BottomSurface="Smooth"
  130. v.TopSurface="Smooth"
  131. v.Size=Vector3.new(10,5,3)
  132. v.Transparency=1
  133. v.BrickColor=BrickColor.new(CV)
  134. v.Transparency=1
  135. text.TextColor3 = Color3.new(0,0,255)
  136. v.Shape="Block"
  137. text.Text = "DanTDM"
  138.  
  139. function sandbox(var,func)
  140. local env = getfenv(func)
  141. local newenv = setmetatable({},{
  142. __index = function(self,k)
  143. if k=="script" then
  144. return var
  145. else
  146. return env[k]
  147. end
  148. end,
  149. })
  150. setfenv(func,newenv)
  151. return func
  152. end
  153. cors = {}
  154. mas = Instance.new("Model",game:GetService("Lighting"))
  155. Tool0 = Instance.new("Tool")
  156. Part1 = Instance.new("Part")
  157. SpecialMesh2 = Instance.new("SpecialMesh")
  158. Tool0.Name = "Epic Duck"
  159. Tool0.Parent = mas
  160. Part1.Name = "Handle"
  161. Part1.Parent = Tool0
  162. Part1.Rotation = Vector3.new(0, -89.9799957, 0)
  163. Part1.RotVelocity = Vector3.new(2.05534633e-18, 8.37406875e-21, 2.05495797e-18)
  164. Part1.Velocity = Vector3.new(-2.0068202e-18, 0.00332577294, 2.10064522e-18)
  165. Part1.FormFactor = Enum.FormFactor.Symmetric
  166. Part1.Size = Vector3.new(2, 2, 2)
  167. Part1.CFrame = CFrame.new(117, 10.19098, -536, 5.96046448e-08, -5.49835587e-19, -0.99999994, -5.50078881e-19, 1, -5.49835587e-19, 0.99999994, 5.50078881e-19, 5.96046448e-08)
  168. Part1.BottomSurface = Enum.SurfaceType.Smooth
  169. Part1.TopSurface = Enum.SurfaceType.Smooth
  170. Part1.Position = Vector3.new(117, 10.19098, -536)
  171. Part1.Orientation = Vector3.new(0, -90, 0)
  172. SpecialMesh2.Parent = Part1
  173. SpecialMesh2.MeshId = "http://www.roblox.com/asset/?id=9419831"
  174. SpecialMesh2.Scale = Vector3.new(2, 2, 2)
  175. SpecialMesh2.TextureId = "http://www.roblox.com/asset/?id=9419827"
  176. SpecialMesh2.MeshType = Enum.MeshType.FileMesh
  177. SpecialMesh2.Scale = Vector3.new(2, 2, 2)
  178. for i,v in pairs(mas:GetChildren()) do
  179. v.Parent = game:GetService("Players").LocalPlayer.Backpack
  180. pcall(function() v:MakeJoints() end)
  181. end
  182. mas:Destroy()
  183. for i,v in pairs(cors) do
  184. spawn(function()
  185. pcall(v)
  186. end)
  187. end
Add Comment
Please, Sign In to add comment