Advertisement
OofeyDoofy

Merasmus v1.0

Feb 4th, 2018
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 17.04 KB | None | 0 0
  1. --Merasmus Script, by SlayKillerX66--
  2.  
  3. staffout = true
  4.  
  5. wait(1/60)
  6.  
  7. local player = game.Players.LocalPlayer
  8. local C = player.Character
  9. local humanoid = C:WaitForChild("Humanoid")
  10. local RS = C.Torso["Right Shoulder"]
  11. local LS = C.Torso["Left Shoulder"]
  12. local RH = C.Torso["Right Hip"]
  13. local LH = C.Torso["Left Hip"]
  14. RH.C0 = RH.C0 * CFrame.Angles(-0.05,0,0)
  15. LS.C0 = LS.C0 * CFrame.Angles(-0.1,0,0)
  16. RS.C0 = RS.C0 * CFrame.Angles(-0.1,0,0)
  17. LH.C0 = LH.C0 * CFrame.Angles(-0.05,0,0)
  18. local mouse = player:GetMouse()
  19.  
  20.     local sounds = Instance.new("Sound")
  21.     sounds.SoundId = "http://www.roblox.com/asset/?id=130945622"
  22.     sounds.Parent = C.Torso
  23.     sounds.Volume = 10
  24.     sounds:play()
  25.  
  26. local trail = Instance.new("Beam")
  27. trail.Color = ColorSequence.new(Color3.new(0.0666667, 0.0666667, 0.0666667), Color3.new(0.0666667, 0.0666667, 0.0666667))
  28. trail.Parent = C.Torso
  29. trail.Attachment0 = C:FindFirstChild("Right Arm").RightGripAttachment
  30. trail.Attachment1 = nil
  31.  
  32. local billboardgui = Instance.new("BillboardGui")
  33. local textbox = Instance.new("TextBox")
  34.  
  35. billboardgui.LightInfluence = 0
  36. billboardgui.SizeOffset = Vector2.new(0, 1.8)
  37. billboardgui.Size = UDim2.new(0, 200, 0, 50)
  38. billboardgui.Parent = C.Head
  39. textbox.TextWrapped = true
  40. textbox.BackgroundTransparency = 1
  41. textbox.BackgroundColor3 = Color3.new(1, 1, 1)
  42. textbox.BorderColor3 = Color3.new(1, 1, 1)
  43. textbox.TextSize = 40
  44. textbox.Font = Enum.Font.SourceSans
  45. textbox.Size = UDim2.new(0, 200, 0, 50)
  46. textbox.Text = "Merasmus"
  47. textbox.Parent = billboardgui
  48.  
  49. local skullcap = Instance.new("Part")
  50. local mesh = Instance.new("SpecialMesh")
  51. local welde = Instance.new("Weld")
  52. skullcap.Size = Vector3.new(4, 2.4, 2)
  53. skullcap.BrickColor = BrickColor.new("Bright green")
  54. skullcap.Color = Color3.new(0.294118, 0.592157, 0.294118)
  55. skullcap.Name = "SkullCap"
  56. skullcap.Parent = workspace
  57. skullcap.CFrame = CFrame.new(0.26, 3.2, 44.85)
  58. mesh.TextureId = "http://www.roblox.com/asset/?id=14027832"
  59. mesh.MeshType = Enum.MeshType.FileMesh
  60. mesh.MeshId = "http://www.roblox.com/asset/?id=14028428"
  61. mesh.Parent = skullcap
  62. welde.Parent = C.Torso
  63. welde.Part0 = C.Head
  64. welde.Part1 = skullcap
  65. welde.C1 = CFrame.Angles(-0.2,0,0)
  66. welde.C0 = CFrame.new(0, 1, 0)
  67. skullcap.Parent=C
  68.  
  69. function kill(nam, parent) if parent:FindFirstChild(nam) then
  70.     parent[nam]:Destroy()
  71. end end
  72.     kill("roblox", C.Torso)
  73.     kill("Shirt", C)
  74.     kill("Pants", C)
  75.     local s=Instance.new("Shirt")
  76.     s.Parent=C
  77.     s.ShirtTemplate="http://www.roblox.com/asset/?id=388831708"
  78.     local t=Instance.new("Pants")
  79.     t.Parent=C
  80.     t.PantsTemplate="http://www.roblox.com/asset/?id=203678568"
  81.  
  82.  
  83. C.Animate.walk.WalkAnim.AnimationId = 'http://www.roblox.com/Asset?ID=28440069'
  84. C.Animate.idle.Animation1.AnimationId = "http://www.roblox.com/Asset?ID=27758613"
  85.  
  86. mouse.KeyDown:connect(function(key)
  87.    
  88. if key == "x" then
  89.  
  90. end
  91.    
  92. if key == "q" then
  93. if staffout == true then
  94.     staffout = false
  95.     C.Staff.Transparency = 1
  96.     C.Staff.Fire.Enabled = false
  97.     C.Animate.idle.Animation1.AnimationId = "http://www.roblox.com/Asset?ID=180435571"
  98. elseif staffout == false then
  99.     C.Animate.idle.Animation1.AnimationId = "http://www.roblox.com/Asset?ID=27758613"
  100.     staffout = true
  101.     C.Staff.Fire.Enabled = true
  102.     C.Staff.Transparency = 0
  103. end
  104. end
  105. if key == "r" then
  106.     if staffout == true then
  107.     local sounds = Instance.new("Sound")
  108.     sounds.SoundId = "http://www.roblox.com/asset/?id=130973839"
  109.     sounds.Parent = C.Torso
  110.     sounds.Volume = 10
  111.     sounds:play()
  112.    local animation=Instance.new("Animation",C)
  113.    animation.Name="LocalAnimation"
  114.    animation.AnimationId = "http://www.roblox.com/Asset?ID=32326245"
  115.    local anim=humanoid:LoadAnimation(animation)
  116.    anim:Play()
  117.    C.LocalAnimation:remove()
  118.     wait(1.3)
  119.    local animation=Instance.new("Animation",C)
  120.    animation.Name="LocalAnimation"
  121.    animation.AnimationId = "http://www.roblox.com/Asset?ID=27761123"
  122.    local anim=humanoid:LoadAnimation(animation)
  123.    anim:Play()
  124.    C.LocalAnimation:remove()
  125.    wait(0.5)
  126.    local ball = Instance.new("Part")
  127.    local mesh = Instance.new("SpecialMesh")
  128.    ball.Parent = workspace
  129.    ball.Color = Color3.new(0.458824, 0, 0)
  130.    ball.Size = Vector3.new(1, 1, 1)
  131.    ball.Shape = Enum.PartType.Ball
  132.    ball.CanCollide = false
  133.    ball.Anchored = true
  134.    ball.Transparency = 0.1
  135.    ball.CFrame = CFrame.new(C.Torso.Position)
  136.    mesh.Parent = ball
  137.    mesh.MeshId = "rbxassetid://689879827"
  138.    mesh.Scale = Vector3.new(0.001, 0.001, 0.001)
  139.     local Music = Instance.new("Sound")
  140.     Music.SoundId = "http://www.roblox.com/asset/?id=280247455"
  141.     Music.Parent = workspace
  142.     Music.Volume = 10
  143.     Music:play()
  144.     function onTouch(part)
  145.     local humanoid = part.Parent:findFirstChild("Humanoid")
  146.     if (humanoid ~=nil) then
  147.     humanoid.Health = humanoid.Health - 25
  148.     end
  149.     end
  150.     ball.Touched:connect(onTouch)
  151. for i=1,100 do
  152. mesh.Scale = mesh.Scale + Vector3.new(0.2, 0.2, 0.2)
  153. ball.Size = ball.Size + Vector3.new(10, 10, 10)
  154. wait(0.015)
  155. end
  156. ball:Remove()
  157. Music:Remove()
  158. anim:remove()
  159. end
  160. end
  161.  
  162. function onButton1Down(mouse)
  163.     if staffout == true then
  164.     local LS = C.Torso["Left Shoulder"]
  165.     local mt = mouse.Target
  166.     local hl = mt.Parent:findFirstChild("Humanoid")
  167.     if hl == nil then return end
  168.     for i=1,15 do
  169.     RS.C0 = RS.C0 * CFrame.Angles(0, 0, 0.05)
  170.     wait(0.01)
  171.     end
  172.     local hit = Instance.new("Attachment")
  173.     hit.Parent = mt.Parent:FindFirstChild("Torso")
  174.     trail.Attachment1 = hit
  175.     local Music = Instance.new("Sound")
  176.     Music.SoundId = "http://www.roblox.com/asset/?id=169628396"
  177.     Music.Parent = C.Torso
  178.     Music.Volume = 0.5
  179.     Music:play()
  180.     local boom = Instance.new("Explosion")
  181.     boom.BlastRadius = 0
  182.     boom.Parent = hit.Parent.Parent
  183.     boom.Position = hit.Parent.Position
  184.     hl.WalkSpeed = 3
  185.     hl.Health = hl.Health - 55
  186.     RS.C0 = RS.C0 * CFrame.Angles(0, 0, 0.5)
  187.     for i=1,25 do
  188.     RS.C0 = RS.C0 * CFrame.Angles(0, 0, -0.05)
  189.     wait(0.01)
  190.     end
  191. trail.Attachment1 = nil
  192. wait(2.5)
  193. boom:remove()
  194. hl.WalkSpeed = 16
  195. end
  196. end
  197.    
  198. if key == "z" then 
  199.  
  200. end
  201.    
  202. if key == "f" then
  203.     local Sound = Instance.new("Sound")
  204.     Sound.SoundId = "http://www.roblox.com/asset/?id=287614966"
  205.     Sound.Parent = workspace
  206.     Sound.Volume = 10
  207.     Sound:play()
  208.    local animation=Instance.new("Animation",C)
  209.    animation.Name="LocalAnimation"
  210.    animation.AnimationId = "http://www.roblox.com/Asset?ID=52155728"
  211.    local anim=humanoid:LoadAnimation(animation)
  212.    anim:Play()
  213.    C.LocalAnimation:remove()
  214.    wait(2)
  215.    anim:Stop()
  216.    end   
  217.    
  218. if key == "e" then
  219.     if staffout == true then
  220.     local sounds = Instance.new("Sound")
  221.     sounds.SoundId = "http://www.roblox.com/asset/?id=199607491"
  222.     sounds.Parent = C.Torso
  223.     sounds.Volume = 10
  224.     sounds:play()
  225.     wait(0.1)
  226. local animation=Instance.new("Animation",C)
  227.    animation.Name="LocalAnimation"
  228.    animation.AnimationId = "http://www.roblox.com/Asset?ID=27741468"
  229.    local anim=humanoid:LoadAnimation(animation)
  230.    anim:Play()
  231.    C.LocalAnimation:remove()
  232. wait(0.8)
  233. local drooling_zombie = Instance.new("Model")
  234. local humanoidrootpart = Instance.new("Part")
  235. local root_hip = Instance.new("Motor6D")
  236. local torso = Instance.new("Part")
  237. local left_hip = Instance.new("Motor6D")
  238. local right_hip = Instance.new("Motor6D")
  239. local left_shoulder = Instance.new("Motor6D")
  240. local right_shoulder = Instance.new("Motor6D")
  241. local neck = Instance.new("Motor6D")
  242. local repulsionforce = Instance.new("BodyForce")
  243. local left_leg = Instance.new("Part")
  244. local right_leg = Instance.new("Part")
  245. local left_arm = Instance.new("Part")
  246. local right_arm = Instance.new("Part")
  247. local head = Instance.new("Part")
  248. local face = Instance.new("Decal")
  249. local mesh = Instance.new("SpecialMesh")
  250. local humanoid = Instance.new("Humanoid")
  251. local body_colors = Instance.new("BodyColors")
  252.  
  253. drooling_zombie.Name = "Zombie"
  254. drooling_zombie.Parent = workspace
  255. humanoidrootpart.Size = Vector3.new(2, 2, 1)
  256. humanoidrootpart.BottomSurface = Enum.SurfaceType.Smooth
  257. humanoidrootpart.Orientation = Vector3.new(0, -90, 0)
  258. humanoidrootpart.Color = Color3.new(0.152941, 0.27451, 0.176471)
  259. humanoidrootpart.Name = "HumanoidRootPart"
  260. humanoidrootpart.BrickColor = BrickColor.new("Earth green")
  261. humanoidrootpart.Transparency = 1
  262. humanoidrootpart.TopSurface = Enum.SurfaceType.Smooth
  263. humanoidrootpart.Parent = drooling_zombie
  264. humanoidrootpart.CFrame = CFrame.new(-25.01, 5, 8.51) * CFrame.Angles(0, -1.571, 0)
  265. root_hip.Part1 = torso
  266. root_hip.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.571, 0, -3.142)
  267. root_hip.MaxVelocity = 0.1
  268. root_hip.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.571, 0, -3.142)
  269. root_hip.Name = "Root Hip"
  270. root_hip.Part0 = humanoidrootpart
  271. root_hip.Parent = humanoidrootpart
  272. torso.Size = Vector3.new(2, 2, 1)
  273. torso.BottomSurface = Enum.SurfaceType.Smooth
  274. torso.Orientation = Vector3.new(0, -90, 0)
  275. torso.Color = Color3.new(0.152941, 0.27451, 0.176471)
  276. torso.Name = "Torso"
  277. torso.TopSurface = Enum.SurfaceType.Smooth
  278. torso.BrickColor = BrickColor.new("Earth green")
  279. torso.Parent = drooling_zombie
  280. torso.CFrame = CFrame.new(-25.01, 5, 8.51) * CFrame.Angles(0, -1.571, 0)
  281. left_hip.Part1 = left_leg
  282. left_hip.C0 = CFrame.new(-1, -1, 0) * CFrame.Angles(0, -1.571, 0)
  283. left_hip.MaxVelocity = 0.1
  284. left_hip.C1 = CFrame.new(-0.5, 1, 0) * CFrame.Angles(0, -1.571, 0)
  285. left_hip.Name = "Left Hip"
  286. left_hip.Part0 = torso
  287. left_hip.Parent = torso
  288. right_hip.Part1 = right_leg
  289. right_hip.C0 = CFrame.new(1, -1, 0) * CFrame.Angles(0, 1.571, 0)
  290. right_hip.MaxVelocity = 0.1
  291. right_hip.C1 = CFrame.new(0.5, 1, 0) * CFrame.Angles(0, 1.571, 0)
  292. right_hip.Name = "Right Hip"
  293. right_hip.Part0 = torso
  294. right_hip.Parent = torso
  295. left_shoulder.Part1 = left_arm
  296. left_shoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(0, -1.571, 0)
  297. left_shoulder.MaxVelocity = 0.1
  298. left_shoulder.C1 = CFrame.new(0.5, 0.5, 0) * CFrame.Angles(0, -1.571, 0)
  299. left_shoulder.Name = "Left Shoulder"
  300. left_shoulder.Part0 = torso
  301. left_shoulder.Parent = torso
  302. right_shoulder.Part1 = right_arm
  303. right_shoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(0, 1.571, 0)
  304. right_shoulder.MaxVelocity = 0.1
  305. right_shoulder.C1 = CFrame.new(-0.5, 0.5, 0) * CFrame.Angles(0, 1.571, 0)
  306. right_shoulder.Name = "Right Shoulder"
  307. right_shoulder.Part0 = torso
  308. right_shoulder.Parent = torso
  309. neck.Part1 = head
  310. neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-1.571, 0, -3.142)
  311. neck.MaxVelocity = 0.1
  312. neck.C1 = CFrame.new(0, -0.5, 0) * CFrame.Angles(-1.571, 0, -3.142)
  313. neck.Name = "Neck"
  314. neck.Part0 = torso
  315. neck.Parent = torso
  316. repulsionforce.Name = "RepulsionForce"
  317. repulsionforce.Force = Vector3.new(0, 0, 0)
  318. repulsionforce.Parent = torso
  319. left_leg.CanCollide = false
  320. left_leg.Size = Vector3.new(1, 2, 1)
  321. left_leg.BottomSurface = Enum.SurfaceType.Smooth
  322. left_leg.Orientation = Vector3.new(0, -90, 0)
  323. left_leg.Color = Color3.new(0.152941, 0.27451, 0.176471)
  324. left_leg.Name = "Left Leg"
  325. left_leg.TopSurface = Enum.SurfaceType.Smooth
  326. left_leg.BrickColor = BrickColor.new("Earth green")
  327. left_leg.Parent = drooling_zombie
  328. left_leg.CFrame = CFrame.new(-25.01, 3, 8.01) * CFrame.Angles(0, -1.571, 0)
  329. right_leg.CanCollide = false
  330. right_leg.Size = Vector3.new(1, 2, 1)
  331. right_leg.BottomSurface = Enum.SurfaceType.Smooth
  332. right_leg.Orientation = Vector3.new(0, -90, 0)
  333. right_leg.Color = Color3.new(0.152941, 0.27451, 0.176471)
  334. right_leg.Name = "Right Leg"
  335. right_leg.TopSurface = Enum.SurfaceType.Smooth
  336. right_leg.BrickColor = BrickColor.new("Earth green")
  337. right_leg.Parent = drooling_zombie
  338. right_leg.CFrame = CFrame.new(-25.01, 3, 9.01) * CFrame.Angles(0, -1.571, 0)
  339. left_arm.CanCollide = false
  340. left_arm.Size = Vector3.new(1, 2, 1)
  341. left_arm.BottomSurface = Enum.SurfaceType.Smooth
  342. left_arm.Orientation = Vector3.new(0, -90, 0)
  343. left_arm.Color = Color3.new(0.152941, 0.27451, 0.176471)
  344. left_arm.Name = "Left Arm"
  345. left_arm.TopSurface = Enum.SurfaceType.Smooth
  346. left_arm.BrickColor = BrickColor.new("Earth green")
  347. left_arm.Parent = drooling_zombie
  348. left_arm.CFrame = CFrame.new(-25.01, 5, 7.01) * CFrame.Angles(0, -1.571, 0)
  349. right_arm.CanCollide = false
  350. right_arm.Size = Vector3.new(1, 2, 1)
  351. right_arm.BottomSurface = Enum.SurfaceType.Smooth
  352. right_arm.Orientation = Vector3.new(0, -90, 0)
  353. right_arm.Color = Color3.new(0.152941, 0.27451, 0.176471)
  354. right_arm.Name = "Right Arm"
  355. right_arm.TopSurface = Enum.SurfaceType.Smooth
  356. right_arm.BrickColor = BrickColor.new("Earth green")
  357. right_arm.Parent = drooling_zombie
  358. right_arm.CFrame = CFrame.new(-25.01, 5, 10.01) * CFrame.Angles(0, -1.571, 0)
  359. head.Size = Vector3.new(2, 1, 1)
  360. head.BottomSurface = Enum.SurfaceType.Smooth
  361. head.Orientation = Vector3.new(0, -90, 0)
  362. head.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  363. head.Name = "Head"
  364. head.TopSurface = Enum.SurfaceType.Smooth
  365. head.BrickColor = BrickColor.new("Camo")
  366. head.Parent = drooling_zombie
  367. head.CFrame = CFrame.new(-25.01, 6.5, 8.51) * CFrame.Angles(0, -1.571, 0)
  368. face.Texture = "http://www.roblox.com/asset/?id=7074882"
  369. face.Name = "Face"
  370. face.Parent = head
  371. mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  372. mesh.Parent = head
  373. humanoid.WalkSpeed = 10
  374. humanoid.Parent = drooling_zombie
  375. body_colors.HeadColor = BrickColor.new("Medium green")
  376. body_colors.LeftLegColor = BrickColor.new("Reddish brown")
  377. body_colors.LeftArmColor = BrickColor.new("Medium green")
  378. body_colors.RightLegColor = BrickColor.new("Reddish brown")
  379. body_colors.RightArmColor = BrickColor.new("Medium green")
  380. body_colors.TorsoColor = BrickColor.new("Reddish brown")
  381. body_colors.Parent = drooling_zombie
  382. drooling_zombie.Torso.CFrame = CFrame.new(C.Torso.Position)
  383. drooling_zombie.Torso.CFrame = C.Torso.CFrame * CFrame.new(0,0,-12)
  384.  
  385.    local ball = Instance.new("Part")
  386.    local mesh = Instance.new("SpecialMesh")
  387.    ball.Parent = workspace
  388.    ball.Color = Color3.new(0.458824, 0, 0)
  389.    ball.Size = Vector3.new(1, 1, 1)
  390.    ball.Shape = Enum.PartType.Ball
  391.    ball.CanCollide = false
  392.    ball.Anchored = true
  393.    ball.Transparency = 0.5
  394.    ball.Material = Enum.Material.Neon
  395.    ball.CFrame = CFrame.new(drooling_zombie.Torso.Position)
  396.    mesh.Parent = ball
  397.    mesh.MeshId = "rbxassetid://689879827"
  398.    mesh.Scale = Vector3.new(0.05,0.05,0.05)
  399.  
  400.     for i=1,22 do
  401.     mesh.Scale = mesh.Scale + Vector3.new(0.01,0.01,0.01)
  402.     wait(0.01)
  403.     end
  404.  
  405. function onTouch(part)
  406. local humanoid = part.Parent:findFirstChild("Humanoid")
  407. sound2 = Instance.new('Sound')
  408. sound2.SoundId = 'http://www.roblox.com/asset/?id=740163753'
  409. sound2.Parent = drooling_zombie.Torso
  410. sound2:Play()
  411. if (humanoid ~=nil) then
  412. humanoid.Health = humanoid.Health - 25
  413. end
  414. end
  415. drooling_zombie.Torso.Touched:connect(onTouch)
  416.  
  417. mesh:remove()
  418. ball:remove()
  419.  
  420. local arms = {drooling_zombie:FindFirstChild("Left Arm"), drooling_zombie:FindFirstChild("Right Arm")}
  421. local torso = drooling_zombie:FindFirstChild("Torso")
  422. local weld1 = Instance.new("Weld")
  423. weld1.Part0 = drooling_zombie.Torso
  424. weld1.Parent = drooling_zombie.Torso
  425. weld1.Part1 = arms[1]
  426. weld1.C1 = CFrame.new(-0.5, 0.5, 1.3) * CFrame.fromEulerAnglesXYZ(math.rad(270), 0, math.rad(-90)) --(-0.249, 1.35, 0.6)
  427.  
  428. local weld1 = Instance.new("Weld")
  429. weld1.Part0 = drooling_zombie.Torso
  430. weld1.Parent = drooling_zombie.Torso
  431. weld1.Part1 = arms[2]
  432. weld1.C1 = CFrame.new(-0.5, 0.5, -1.3) * CFrame.fromEulerAnglesXYZ(math.rad(270), 0, math.rad(-90)) --(-0.249, 1.35, 0.6)
  433.  
  434. function findNearestTorso(pos)
  435.     local list = game.Workspace:children()
  436.     local torso = nil
  437.     local dist = 125
  438.     local temp = nil
  439.     local human = nil
  440.     local temp2 = nil
  441.     for x = 1, #list do
  442.         temp2 = list[x]
  443.         if (temp2.className == "Model") and (temp2 ~= drooling_zombie) then
  444.             temp = temp2:findFirstChild("Torso")
  445.             human = temp2:findFirstChild("Humanoid")
  446.             if (temp ~= nil) and (human ~= nil) and (human.Health > 0) then
  447.                 if (temp.Position - pos).magnitude < dist then
  448.                     torso = temp
  449.                     dist = (temp.Position - pos).magnitude
  450.                 end
  451.             end
  452.         end
  453.     end
  454.     return torso
  455. end
  456.  
  457. while true do
  458.     wait(0.1)
  459.     local target = findNearestTorso(drooling_zombie.Torso.Position)
  460.     if target ~= nil then
  461.         drooling_zombie.Humanoid:MoveTo(target.Position, target)
  462.     end
  463.     end
  464.     end
  465. end
  466. end)
  467.     mouse.Button1Down:connect(function() onButton1Down(mouse) end) 
  468.     local staff = Instance.new("Part")
  469.     local weld = Instance.new("Weld")
  470.     local sounds = Instance.new("Sound")
  471.     sounds.SoundId = "http://www.roblox.com/asset/?id=169310310"
  472.     sounds.Parent = C.Torso
  473.     sounds.Volume = 10
  474.     sounds:play()
  475.     C.Animate.idle.Animation2:remove()
  476.     staff.Parent = C
  477.     staff.Anchored = false
  478.     staff.CanCollide = false
  479.     staff.Name = "Staff"
  480.     local fire = Instance.new("Fire")
  481.     fire.Heat = 25
  482.     fire.Color = Color3.new(0.0352941, 0.345098, 0.92549)
  483.     fire.Size = 2
  484.     fire.SecondaryColor = Color3.new(0.0352941, 0.0666667, 0.545098)
  485.     fire.Parent = staff
  486.     weld.Name = "staffweld"
  487.     weld.Parent = C.Torso
  488.     weld.Part0 = staff
  489.     weld.Part1 = C:FindFirstChild("Right Arm")
  490.     weld.C1 = CFrame.fromEulerAnglesXYZ(-1.5, 3.2, 0)
  491.     weld.C0 = CFrame.new(-0.4, 0, -0.9)
  492.     local mesh = Instance.new("SpecialMesh")
  493.     mesh.MeshType = Enum.MeshType.FileMesh
  494.     mesh.Scale = Vector3.new(0.02, 0.02, 0.02)
  495.     mesh.MeshId = "rbxassetid://591079842"
  496.     mesh.TextureId = "rbxassetid://591079849"
  497.     mesh.Parent = staff
  498.     wait(0.5)
  499. wait(1.5)
  500. C.Humanoid.Name = "ZombieSafe"
  501.  
  502. print("Merasmus is mlg.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement