Advertisement
refrop

Error!Sans v3

Jun 5th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.75 KB | None | 0 0
  1. -- by Theamazingnater
  2. wait(1)
  3. plr = game.Players.LocalPlayer
  4. char = plr.Character
  5. mouse = plr:GetMouse()
  6. whitecolor = Color3.new(1,1,1)
  7. epicmode = false
  8. normal = true
  9. for i,v in pairs(char:GetChildren()) do
  10. if v.ClassName == "Shirt" or v.ClassName == "Pants" or v.ClassName == "ShirtGraphic" then
  11. v:Destroy()
  12. end
  13. end
  14. local shirt = Instance.new("Shirt",char)
  15. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=535102167"
  16. local pants = Instance.new("Pants",char)
  17. pants.PantsTemplate = "http://www.roblox.com/asset/?id=540008761"
  18. local bdycolors = char["Body Colors"]
  19.  
  20. for i,v in pairs(char:GetChildren()) do
  21. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  22. v:Destroy()
  23. end
  24. end
  25.  
  26. -- Face
  27. char.Head.face.Texture = "http://www.roblox.com/asset/?id=543498118"
  28.  
  29. -- Chat
  30. local talksound = Instance.new("Sound",char.Torso)
  31. talksound.SoundId = "rbxassetid://928210219"
  32. talksound.Volume = 4
  33. local blastsound = Instance.new("Sound",char.Torso)
  34. blastsound.Name = "blast_sound"
  35. blastsound.SoundId = "rbxassetid://345052019"
  36. blastsound.Volume = 4
  37. function swait(num)
  38. if num==0 or num==nil then
  39. game:service'RunService'.Stepped:wait(0)
  40. else
  41. for i=0,num do
  42. game:service'RunService'.Stepped:wait(0)
  43. end
  44. end
  45. end
  46.  
  47. function chatfunc(text)
  48. local chat = coroutine.wrap(function()
  49. if char:FindFirstChild("TalkingBillBoard") ~= nil then
  50. char:FindFirstChild("TalkingBillBoard"):Destroy()
  51. end
  52. local naeeym2 = Instance.new("BillboardGui",char)
  53. naeeym2.Size = UDim2.new(0,100,0,40)
  54. naeeym2.StudsOffset = Vector3.new(0,3,0)
  55. naeeym2.Adornee = char.Head
  56. naeeym2.Name = "TalkingBillBoard"
  57. local tecks2 = Instance.new("TextLabel",naeeym2)
  58. tecks2.BackgroundTransparency = 1
  59. tecks2.BorderSizePixel = 0
  60. tecks2.Text = ""
  61. tecks2.Font = "Arcade"
  62. tecks2.TextSize = 30
  63. tecks2.TextStrokeTransparency = 0
  64. tecks2.TextColor3 = Color3.new(255, 89, 89)
  65. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  66. tecks2.Size = UDim2.new(1,0,0.5,0)
  67. local tecks3 = Instance.new("TextLabel",naeeym2)
  68. tecks3.BackgroundTransparency = 1
  69. tecks3.BorderSizePixel = 0
  70. tecks3.Text = ""
  71. tecks3.Font = "Arcade"
  72. tecks3.TextSize = 30
  73. tecks3.TextStrokeTransparency = 0
  74. tecks3.TextColor3 = Color3.new(0,0,0)
  75. tecks3.TextStrokeColor3 = Color3.new(1,1,1)
  76. tecks3.Size = UDim2.new(1,0,0.5,0)
  77. for i = 1,string.len(text),1 do
  78. tecks2.Text = string.sub(text,1,i)
  79. tecks3.Text = string.sub(text,1,i)
  80. talksound:Play()
  81. wait(0.01)
  82. end
  83. wait(2)
  84. for i = 1, 50 do
  85. swait()
  86. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  87. tecks2.Rotation = tecks2.Rotation - .8
  88. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  89. tecks2.TextTransparency = tecks2.TextTransparency + .04
  90. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  91. tecks3.Rotation = tecks2.Rotation + .8
  92. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  93. tecks3.TextTransparency = tecks2.TextTransparency + .04
  94. end
  95. naeeym2:Destroy()
  96. end)
  97. chat()
  98. end
  99. function onChatted(msg)
  100. chatfunc(msg)
  101. end
  102. plr.Chatted:connect(onChatted)
  103. wait(2)
  104. chatfunc("Edited by Refrop")
  105. wait(2)
  106. chatfunc("What do we have here?")
  107. wait(2)
  108. chatfunc("Another AU...")
  109. wait(2)
  110. chatfunc("Code of this world is really trashy.")
  111. wait(2)
  112. chatfunc("I guess I am just gonna...")
  113. wait(2)
  114. chatfunc("END THIS WORLD")
  115. wait(0.5)
  116. char.Humanoid.Name = "Sans"
  117. local music = Instance.new("Sound",char.Torso)
  118. music.SoundId = "rbxassetid://377241339"
  119. music.Volume = 30
  120. music.Looped = true
  121. music:Play()
  122. LeyeColor = BrickColor.new("Really red")
  123. local eyemodel = Instance.new("Model",char)
  124. eyemodel.Name = "Eyes"
  125. local reye = Instance.new("Part",eyemodel)
  126. reye.Name = "BurningEff"
  127. reye.Color = Color3.new(1,1,1)
  128. reye.Material = "Neon"
  129. reye.Transparency = 1
  130. local reyemesh = Instance.new("SpecialMesh",reye)
  131. reyemesh.MeshType = "Sphere"
  132. reye.Size = Vector3.new(0.12, 0.37, 0.27)
  133. local reyeweld = Instance.new("Weld",reye)
  134. reyeweld.Part0 = reye
  135. reyeweld.Part1 = char.Head
  136. reyeweld.C0 = CFrame.new(-0.551300049, -0.19681406, -0.198293686, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  137. local leye = Instance.new("Part",eyemodel)
  138. leye.Name = "LeftEye"
  139. leye.BrickColor = LeyeColor
  140. leye.Material = "Neon"
  141. leye.Size = Vector3.new(0.2,0.2,0.2)
  142. local leyemesh = Instance.new("SpecialMesh",leye)
  143. leyemesh.MeshType = "Sphere"
  144. leyemesh.Scale = Vector3.new(0.7,1.1,0.7)
  145. local leyeweld = Instance.new("Weld",leye)
  146. leyeweld.Part0 = leye
  147. leyeweld.Part1 = char.Head
  148. leyeweld.C0 = CFrame.new(-0.109999999, -0.25, 0.550000012, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  149. local leyeclone = leye:Clone()
  150. leyeclone.Transparency = 1
  151. leyeclone.Name = "RightEye"
  152. leyeclone.Parent = eyemodel
  153. for i,v in pairs(leyeclone:GetChildren()) do
  154. if v.ClassName == "Weld" then
  155. v:Destroy()
  156. end
  157. end
  158. local leyeweld2 = Instance.new("Weld",leyeclone)
  159. leyeweld2.Part0 = leyeclone
  160. leyeweld2.Part1 = char.Head
  161. leyeweld2.C0 = CFrame.new(0.0864697844, -0.25, 0.550000012, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  162. local fire = Instance.new("Fire",reye)
  163. fire.Heat = 25000
  164. fire.Color = leye.BrickColor.Color
  165. fire.Size = 2
  166. -- welds xd
  167. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  168. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  169. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  170. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  171. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  172. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  173. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  174. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  175. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  176. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  177. for i = 0,1 ,0.03 do
  178. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.925931931, -0.0977840424, 0.974765539, 0.886040092, -0.463608712, -1.69641942e-06, 0.405292064, 0.774584651, 0.485548228, -0.225103036, -0.430215806, 0.87421),i)
  179. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.881086826, -0.201818228, 0.747067213, 0.882895231, 0.4695701, 1.00883415e-06, -0.397803098, 0.747956276, 0.531332433, 0.249497056, -0.469111204, 0.847163498),i)
  180. game:GetService("RunService").RenderStepped:wait()
  181. end
  182. local slapsound = Instance.new("Sound",char.Torso)
  183. slapsound.SoundId = "rbxassetid://511340819"
  184. slapsound.Volume = 4
  185. -- Funcs
  186. function Blast(AAA)
  187. if AAA == "f" then
  188. local chatmath = math.random(1,3)
  189. if chatmath == 1 then
  190. chatfunc("FIRE!")
  191. end
  192. if chatmath == 2 then
  193. chatfunc("Do you have an ERROR in ur system?")
  194. end
  195. if chatmath == 3 then
  196. chatfunc("help i have an error... wait...")
  197. end
  198. local gasterblaster = Instance.new("Part",char.Torso)
  199. gasterblaster.Size = Vector3.new(7, 16, 4)
  200. gasterblaster.CanCollide = false
  201. local gasterblastermesh = Instance.new("FileMesh",gasterblaster)
  202. gasterblastermesh.MeshId = "rbxassetid://431908407"
  203. gasterblastermesh.Scale = Vector3.new(0.05,0.05,0.05)
  204. local gasterblastertexture = Instance.new("Decal",gasterblaster)
  205. gasterblastertexture.Face = "Back"
  206. gasterblastertexture.Texture = "http://www.roblox.com/asset/?id=451087762"
  207. local weeld = Instance.new("Weld",gasterblaster)
  208. weeld.Part0 = gasterblaster
  209. weeld.Part1 = char.Torso
  210. weeld.C0 = CFrame.new(3.71674585, -11.54426, -0.129204988, -0.999741375, 0, 0.0227420069, 0, 1, 0, -0.0227420069, 0, -0.999741375)
  211. blastsound:Play()
  212. char.Head.Anchored = true
  213. wait(1)
  214. local blast = Instance.new("Part",gasterblaster)
  215. blast.Size = Vector3.new(39.07, 16.36, 367.54)
  216. blast.Transparency = 0.7
  217. blast.Material = "Neon"
  218. blast.Color = Color3.new(255, 0, 0)
  219. blast.CanCollide = true
  220. local blastweld = Instance.new("Weld",blast)
  221. blastweld.Part0 = blast
  222. blastweld.Part1 = gasterblaster
  223. blastweld.C0 = CFrame.new(-0.430000305, 1.73999977, -40.1399994, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  224. blast.Touched:connect(function(part)
  225. part.Parent:FindFirstChildOfClass("Humanoid"):Destroy() -- Makes them not able to move
  226. end)
  227. wait(2)
  228. char.Head.Anchored = false
  229. blast:Destroy()
  230. gasterblaster:Destroy()
  231. end
  232. end
  233. mouse.KeyDown:connect(Blast)
  234.  
  235.  
  236. function Death()
  237. music:Stop()
  238. local deadsound = Instance.new("Sound",char.Torso)
  239. deadsound.SoundId = "rbxassetid://427025525"
  240. deadsound.Volume = 4
  241. deadsound:Play()
  242. for i,v in pairs(char:GetChildren()) do
  243. if v.ClassName == "Part" then
  244. v.Transparency = 1
  245. end
  246. leye.Transparency = 1
  247. fire:Destroy()
  248. char.Head.face.Transparency = 1
  249. end
  250. end
  251. char.Sans.Died:connect(Death)
  252.  
  253.  
  254. function Transform(key)
  255. if key == "t" then
  256. music.SoundId = "rbxassetid://424026286"
  257. music:Stop()
  258. music:Play()
  259. chatfunc("Bro, Let me show you my true power")
  260. leyeclone.Transparency = 0
  261. local fire2 = Instance.new("Fire",leyeclone)
  262. fire2.Heat = 25000
  263. fire2.Color = leye.BrickColor.Color
  264. fire2.Size = 2
  265. end
  266. end
  267. mouse.KeyDown:connect(Transform)
  268.  
  269.  
  270. function SLAP(key)
  271. if key == "y" then
  272. if normal and not epicmode then
  273. for i = 0,1 , 0.05 do
  274. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.50000024, 0.405028582, -0.494292736, 0.752350092, -0.658763528, -1.01652529e-06, 0.014031955, 0.0160269327, -0.999769807, 0.658614039, 0.752179325, 0.0213016756),i)
  275. game:GetService("RunService").RenderStepped:wait()
  276. end
  277. local hurtbox = Instance.new("Part",char["Right Arm"])
  278. hurtbox.Name = "Hurtbox"
  279. hurtbox.Size = Vector3.new(1, 0.23, 1)
  280. hurtbox.Transparency = 1
  281. hurtbox.CanCollide = false
  282. local hurtboxweld = Instance.new("Weld",hurtbox)
  283. hurtboxweld.Part0 = hurtbox
  284. hurtboxweld.Part1 = char["Right Arm"]
  285. hurtboxweld.C0 = CFrame.new(0, 0.924999475, 3.09944153e-06, 1, 0, 0, 0, 1.00000024, 0, 0, 0, 1.00000024)
  286. wait(0.5)
  287. for i = 0,1 , 0.05 do
  288. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.50000024, 0.405025482, -0.494292736, 0.999977887, 0.0066490462, 2.196479e-05, -0.000119999582, 0.0213499293, -0.999768794, -0.00664799893, 0.999750018, 0.0213503242),i)
  289. game:GetService("RunService").RenderStepped:wait()
  290. end
  291. function onTouched(brick)
  292. local humanoid = brick.Parent:FindFirstChildOfClass("Humanoid")
  293. if humanoid then
  294. humanoid:Destroy()
  295. slapsound:Play()
  296. end
  297. end
  298. hurtbox.Touched:connect(onTouched)
  299. wait(1)
  300. hurtbox:Destroy()
  301. for i = 0,1 , 0.03 do
  302. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.881086826, -0.201818228, 0.747067213, 0.882895231, 0.4695701, 1.00883415e-06, -0.397803098, 0.747956276, 0.531332433, 0.249497056, -0.469111204, 0.847163498),i)
  303. game:GetService("RunService").RenderStepped:wait()
  304. end
  305. end
  306. end
  307. end
  308. mouse.KeyDown:connect(SLAP)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement