Advertisement
memesbruh03

KD MLG2 V6

Jan 2nd, 2017
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 32.23 KB | None | 0 0
  1. --[[
  2.     KrystalDance: MLG edit No. 2 v6 by adchand2
  3.     credit to everyone...
  4.     New updates: Changed music again. More bubble chat nonsense.
  5.     © 2016-17 adchand2/memesbruh03
  6.                                                                 ]]
  7.  
  8. wait(0)
  9. Player = game.Players.LocalPlayer
  10. WorkPlayer = workspace:FindFirstChild(Player.Name)
  11.  
  12. local count = 0
  13. local countspeed = 1
  14. local sine = 0
  15. local sinespeed = 1
  16. local angle = nil
  17. local global_wait = 0
  18. local showtag = true
  19.  
  20. function inform2(var)
  21. t=game:GetService("Chat")
  22. t:Chat(WorkPlayer.FalseHead,var,math.random(0,2))
  23. end
  24.  
  25. --dance booleans--
  26. local unity = false
  27. local _2_much_power = false
  28. local some_power = false
  29. local haha_no = false
  30. local spin_round = false
  31. local still_not_that_fast = false
  32. local tetris_remix = false
  33. local dat_boi = false
  34. local memes = false
  35. local scary_monsters_nice_sprites_remix = false
  36. local rus = false
  37. local it_s_already_that_old = false
  38. local pootis_avi = false
  39. local buelah_mp3 = false
  40. local antivirisis = false
  41. local look_at_this_dude = false
  42. ------------------
  43. --dance accessory--
  44. local barrelbrick = nil
  45. local saxtool = nil
  46. -------------------
  47. --custom animate--
  48. local walk = false
  49. local jump = false
  50. local sit = false
  51. local run = false
  52. ------------------
  53. --walk keys--
  54. local W = false
  55. local A = false
  56. local S = false
  57. local D = false
  58. -------------
  59. local m = Instance.new("Model",game.Players.LocalPlayer.Character) m.Name = "ModelParts"
  60. local miniweld = nil
  61. local rootpart = nil
  62.  
  63. local Mouse = nil
  64. local Animate = nil
  65. local Music = nil
  66. local Asset = "http://www.roblox.com/asset/?id="
  67. local Animating = nil
  68. local humanoid = nil
  69. local face = nil
  70.  
  71. local head = nil
  72. local torso = nil
  73. local ra = nil
  74. local la = nil
  75. local rl = nil
  76. local ll = nil
  77. local rs = nil
  78. local ls = nil
  79. local rh = nil
  80. local lh = nil
  81. local neck = nil
  82. local rj = nil
  83.  
  84. local char = nil
  85. local Hat1 = nil
  86. local Hat2 = nil
  87. local a,b = nil
  88.  
  89. ----------musics-----------------
  90. local M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,M15,M16 = nil
  91. ---------------------------------
  92.  
  93. local mesh,meshids,textureids,w
  94.  
  95. function fm(parent,meshid,x,y,z,meshtexture)
  96. if meshid == "cylinder" then
  97.     mesh = Instance.new("CylinderMesh",parent)
  98.     mesh.Scale = Vector3.new(x,y,z)
  99.     return mesh
  100. else
  101.     mesh = Instance.new("SpecialMesh",parent)
  102.     if meshid ~= "sphere" then
  103.         if type(meshid) == "number" then mesh.MeshId = "rbxassetid://"..meshid else
  104.             mesh.MeshId = "rbxassetid://"..meshids[meshid]
  105.         end
  106.     else mesh.MeshType = 3 end
  107.     mesh.Scale = Vector3.new(x,y,z)
  108.     if meshtexture ~= nil then
  109.         if type(meshtexture) == "number" then
  110.             mesh.TextureId = "rbxassetid://"..meshtexture
  111.         else
  112.             mesh.TextureId = "rbxassetid://"..textureids[meshtexture] end
  113.         end
  114.     return mesh
  115.     end
  116. end
  117.  
  118. function P(x,y,z,color,transparency,cancollide,anchored,parent,typee)
  119. if typee ~= nil then
  120.     c = Instance.new("WedgePart",m)
  121. else
  122.     c = Instance.new("Part",m)
  123. end
  124. c.TopSurface,c.BottomSurface = 0,0
  125. c.Locked = true
  126. c.formFactor = "Custom"
  127. c.Size = Vector3.new(x,y,z)
  128. if color ~= "random" then
  129.     c.BrickColor = BrickColor.new(color)
  130. else
  131.     c.BrickColor = BrickColor:random()
  132. end
  133. c.Transparency = transparency
  134. c.CanCollide = cancollide
  135. if anchored ~= nil then
  136.     c.Anchored = anchored
  137. end
  138. if parent ~= nil then
  139.     c.Parent = parent
  140. end
  141. return c
  142. end
  143.  
  144. function We(part0,part1,x,y,z,rx,ry,rz,parent)
  145. w = Instance.new("Motor",m)
  146. if parent ~= nil then w.Parent = parent end
  147.     w.Part0,w.Part1 = part0,part1
  148.     w.C1 = CFrame.new(x,y,z) * CFrame.Angles(rx,ry,rz)
  149.     return w
  150. end
  151.  
  152. function SetAnimation(id,humanoid)
  153.     if Animating ~= nil then
  154.         Animating:Stop()
  155.     end
  156.     Animate.AnimationId = Asset .. id
  157.     Animating = humanoid:LoadAnimation(Animate)
  158.     Animating:Play()
  159. end
  160.  
  161. function AnimationStop()
  162.         unity = false
  163.         _2_much_power = false
  164.         some_power = false
  165.         haha_no = false
  166.         spin_round = false
  167.         still_not_that_fast = false
  168.         tetris_remix = false
  169.         dat_boi = false
  170.         memes = false
  171.         scary_monsters_nice_sprites_remix = false
  172.         rus = false
  173.         it_s_already_that_old = false
  174.         pootis_avi = false
  175.         buelah_mp3 = false
  176.         antivirisis = false
  177.         look_at_this_dude = false
  178.         if barrelbrick ~= nil then
  179.             barrelbrick:Remove()
  180.             barrelbrick = nil
  181.         end
  182.         if saxtool ~= nil then
  183.             saxtool:Remove()
  184.             saxtool = nil
  185.         end
  186.         if sandstorm ~= nil then
  187.             sandstorm:Remove()
  188.             sandstorm = nil
  189.         end
  190. end
  191.  
  192. local Musical
  193. function SetMusic(id,volume)
  194.     Musical = Instance.new("Sound",char.Head)
  195.     if volume == nil then
  196.         Musical.Volume = 1
  197.     else
  198.         Musical.Volume = volume
  199.     end
  200.     Musical.Looped = true
  201.     Musical.SoundId = Asset .. id
  202.     return Musical
  203. end
  204.  
  205. function GenerateGui()
  206.     a=Instance.new("ScreenGui")
  207.     a.Name = "KrystalDance By KrystalTeam - mlg2 edit by adchand2"
  208.     b=Instance.new("ImageLabel",a)
  209.     b.BackgroundTransparency = 1
  210.     b.Size = UDim2.new(0,250,0,100)
  211.     b.Position = UDim2.new(0,0,1,0)
  212.     b.Image = Asset .. "269467798"
  213.     b.Name = "Logo"
  214.     c=Instance.new("TextLabel",b)
  215.     c.Size = UDim2.new(1,0,0,10)
  216.     c.BackgroundTransparency = 1
  217.     c.Text = "adchand2's MLG edit of:"
  218.     c.FontSize = Enum.FontSize.Size11
  219.     c.Font = math.random(0,15)
  220.     c.TextColor3 = Color3.fromRGB(255,255,255)
  221.     --[[b1=Instance.new("TextButton",a)
  222.     b1.Text="Change Face"
  223.     b1.Style="RobloxRoundButton"
  224.     b1.FontSize = Enum.FontSize.Size14
  225.     b1.Font = Enum.Font.SourceSansLight
  226.     b1.Position = UDim2.new(0.4,0,0,0)
  227.     b1.Size = UDim2.new(0,80,0,20)
  228.     b2=Instance.new("TextButton",a)
  229.     b2.Text="Change Body Colours"
  230.     b2.Style="RobloxRoundButton"
  231.     b2.FontSize = Enum.FontSize.Size14
  232.     b2.Font = Enum.Font.SourceSansLight
  233.     b2.Position = UDim2.new(0.4,80,0,0)
  234.     b2.Size = UDim2.new(0,120,0,20)
  235.     b3=Instance.new("TextButton",a)
  236.     b3.Text="BGM ID List"
  237.     b3.Style="RobloxRoundButton"
  238.     b3.FontSize = Enum.FontSize.Size14
  239.     b3.Font = Enum.Font.SourceSansLight
  240.     b3.Position = UDim2.new(0.4,200,0,0)
  241.     b3.Size = UDim2.new(0,70,0,20)
  242.     b4=Instance.new("TextButton",a)
  243.     b4.Text="Settings"
  244.     b4.Style="RobloxRoundButton"
  245.     b4.FontSize = Enum.FontSize.Size14
  246.     b4.Font = Enum.Font.SourceSansLight
  247.     b4.Position = UDim2.new(0.4,270,0,0)
  248.     b4.Size = UDim2.new(0,60,0,20)]]
  249.     return a
  250. end
  251.  
  252. function Generate(player)
  253. char = player.Character
  254. Hat1 = P(1,1,1,'Black',0,false,false)
  255. Hat2 = P(1,1,1,'Black',0,false,false)
  256. wait()
  257. a=fm(Hat1,121910245,0.7,0.5,0.7,121947422) a.VertexColor = Vector3.new(1,1,1)
  258. b=fm(Hat2,13030731,0.95,0.95,0.95,13030735) b.VertexColor = Vector3.new(1,1,1)
  259. wait()
  260. if char:FindFirstChild("Head") then
  261.     We(Hat1,char.Head,0,0.25,-0.135,0,0,0)
  262.     We(Hat2,char.Head,0,0.8,0,0,0,0)
  263.     if char.head:FindFirstChild("face") ~= nil then
  264.         face = char.head:FindFirstChild("face")
  265.         face.Texture = "rbxassetid://318401263"
  266.     end
  267.     c=char.Head:clone()
  268.     c.Name = "FalseHead"
  269.     c.CanCollide = false
  270.     c.Parent = char
  271.     We(c,char.Head,0,0,0,0,0,0)
  272.     char.Head.Transparency = 1
  273.     for i,v in pairs(char:GetChildren()) do
  274.         if v.ClassName == "Shirt" or v.ClassName == "Pants" or v.ClassName == "Accessory" or v.ClassName == "CharacterMesh" or v.ClassName == "ShirtGraphic" then
  275.             v:Remove()
  276.         end
  277.         if v.ClassName == "BodyColors" then
  278.             v.HeadColor = BrickColor.new("Cool yellow")
  279.             v.LeftArmColor = BrickColor.new("Cool yellow")
  280.             v.LeftLegColor = BrickColor.new("Bright blue")
  281.             v.RightArmColor = BrickColor.new("Cool yellow")
  282.             v.RightLegColor = BrickColor.new("Bright blue")
  283.             v.TorsoColor = BrickColor.new("Dark green")
  284.         end
  285.         if v.ClassName == "Part" then
  286.             if v.Name == "Head" or v.Name == "FalseHead" then
  287.                 v.BrickColor = BrickColor.new("Cool yellow")
  288.                 else
  289.                 v.BrickColor = BrickColor.new("Cool yellow")
  290.             end
  291.         end
  292.     end
  293. ----------musics---------------
  294.     M1=SetMusic(482893067) -- some_power
  295.     M2=SetMusic(408731259) -- _2_much_power
  296.     M3=SetMusic(257341751) -- unity
  297.     M4=SetMusic(258500169) -- haha_no
  298.     M5=SetMusic(187013797) -- spin_round
  299.     M6=SetMusic(224705079) -- still_not_that_fast
  300.     M7=SetMusic(200624713) -- tetris_remix
  301.     M8=SetMusic(410806544) -- dat_boi
  302.     M9=SetMusic(242178814) -- memes
  303.     M10=SetMusic(142375403) -- scary_monsters_nice_sprites_remix
  304.     M11=SetMusic(542441126) -- rus
  305.     M12=SetMusic(501548847) -- it_s_already_that_old
  306.     M13=SetMusic(336581561) -- pootis_avi
  307.     M14=SetMusic(214285554) -- buelah_mp3
  308.     M15=SetMusic(278068026) -- antivirisis
  309.     M16=SetMusic(424610918) -- look_at_this_dude
  310. -------------------------------
  311.    
  312.     if char:FindFirstChild("HumanoidRootPart") ~= nil then
  313.         rootpart = char:FindFirstChild("HumanoidRootPart")
  314.     end
  315.     if showtag == true then
  316.         local bbg = Instance.new("BillboardGui",c)
  317.         bbg.Adornee = c
  318.         bbg.Name = "NametagGUI"
  319.         bbg.Size = UDim2.new(6,0,1.5,0)
  320.         bbg.StudsOffset = Vector3.new(0,2,0)
  321.         local fram = Instance.new("ImageLabel",bbg)
  322.         fram.Image = Asset.."506843247"
  323.         fram.Size = UDim2.new(1,0,1,0)
  324.         fram.BackgroundColor3 = Color3.new(0,0,0)
  325.         fram.BackgroundTransparency = 1
  326.         fram.BorderSizePixel = 0
  327.         local box = Instance.new("TextLabel",fram)
  328.         box.Size = UDim2.new(1,0,1,0)
  329.         box.BackgroundColor = BrickColor.new("White")
  330.         box.TextColor3 = Color3.fromRGB(math.random(0,255),math.random(0,255),math.random(0,255))
  331.         box.TextStrokeTransparency = 0.5
  332.         box.Font = math.random(0,15)
  333.         box.Text = Player.Name
  334.         box.BackgroundTransparency = 1
  335.         box.BorderSizePixel = 0
  336.         box.Position = UDim2.new(0,0,0,0)
  337.         box.TextScaled = true
  338.     end
  339.     if char:FindFirstChild("Humanoid") ~= nil then
  340.         char:FindFirstChild("Humanoid").MaxHealth = (100*100*100*100)*100
  341.         wait()
  342.         char:FindFirstChild("Humanoid").Health = char:FindFirstChild("Humanoid").MaxHealth
  343.         --char:FindFirstChild("Humanoid").Name = game.Players.LocalPlayer.Name
  344.         humanoid = char:FindFirstChild("Humanoid")
  345.         if humanoid:FindFirstChild("Animator") ~= nil then
  346.             humanoid:FindFirstChild("Animator"):Remove()
  347.             --Instance.new("Animator",humanoid)
  348.         end
  349.         if char:FindFirstChild("Animate") ~= nil then
  350.             char:FindFirstChild("Animate"):Remove()
  351.         end
  352.     end
  353.     Mouse = player:GetMouse()
  354.     Music = Instance.new("Sound",char.Head)
  355.     Music.Volume = 1
  356.     Music.Looped = true
  357.     Music.SoundId = Asset
  358.     Animate = Instance.new("Animation",char.Head)
  359.     Animate.AnimationId = Asset
  360.    
  361.    
  362.    
  363.     head = char:FindFirstChild("Head")
  364.     torso = char:FindFirstChild("Torso")
  365.     ra = char:findFirstChild("Right Arm")
  366.     la = char:findFirstChild("Left Arm")
  367.     rl = char:findFirstChild("Right Leg")
  368.     ll = char:findFirstChild("Left Leg")
  369.     rs = torso:findFirstChild("Right Shoulder")
  370.     ls = torso:findFirstChild("Left Shoulder")
  371.     rh = torso:findFirstChild("Right Hip")
  372.     lh = torso:findFirstChild("Left Hip")
  373.     neck = torso:findFirstChild("Neck")
  374.     rj = char:findFirstChild("HumanoidRootPart"):findFirstChild("RootJoint")
  375.    
  376.     state = humanoid:GetState()
  377.     local ca = nil
  378.     ca=GenerateGui()
  379.     ca.Parent = player.PlayerGui
  380.     if ca:FindFirstChild("Logo") ~= nil then
  381.         ca:FindFirstChild("Logo"):TweenPosition(UDim2.new(0, 0, 1, -100), "Out", "Elastic", 3, true)
  382.         if ca:FindFirstChild("Intro") ~= nil then
  383.             ca:FindFirstChild("Intro"):Play()
  384.             coroutine.resume(coroutine.create(function()
  385.                 for i=0,30 do
  386.                     ca:FindFirstChild("Intro").Volume = 1/(i/2)
  387.                     wait(0.5)
  388.                     if i >= 30 then
  389.                         break
  390.                     end
  391.                 end
  392.             end))
  393.         end
  394.     end
  395.  
  396.     if humanoid ~= nil then
  397.         humanoid.Changed:connect(function(pro)
  398.             if pro == "MoveDirection" or pro == "Jump" then
  399.                 if Music.IsPlaying == true then
  400.                     AnimationStop()
  401.                 end
  402.             end
  403.         end)
  404.         humanoid.Died:connect(function()
  405.             AnimationStop()
  406.         end)
  407.        
  408.     Mouse.KeyUp:connect(function(key)
  409.         if key == "w" then
  410.             W = false
  411.         end
  412.         if key == "a" then
  413.             A = false
  414.         end
  415.         if key == "s" then
  416.             S = false
  417.         end
  418.         if key == "d" then
  419.             D = false
  420.         end
  421.         if string.byte(key) == 48 then
  422.             run = false
  423.         end
  424.     end)
  425.        
  426.     Mouse.KeyDown:connect(function(key)
  427.         if key == "w" then
  428.             W = true
  429.             AnimationStop()
  430.         end
  431.         if key == "a" then
  432.             A = true
  433.             AnimationStop()
  434.         end
  435.         if key == "s" then
  436.             S = true
  437.             AnimationStop()
  438.         end
  439.         if key == "d" then
  440.             D = true
  441.             AnimationStop()
  442.         end
  443.     end)
  444.    
  445.    
  446.    
  447.     Mouse.KeyDown:connect(function(key)
  448.         KeyUsed(key)
  449.     end)
  450. end
  451. end
  452. inform2("KrystalDance MLG2 v6 by adchand2/memesbruh03 is fully Loaded!")
  453. end
  454.  
  455. function inform(var)
  456. local bbg = Instance.new("BillboardGui",WorkPlayer.FalseHead)
  457.         bbg.Adornee = bbg.Parent
  458.         bbg.Name = "Input"
  459.         bbg.Size = UDim2.new(6,0,1.5,0)
  460.         bbg.StudsOffset = Vector3.new(0,3,0)
  461.         local fram = Instance.new("ImageLabel",bbg)
  462.         fram.Image = Asset.."506843247"
  463.         fram.Size = UDim2.new(1,0,1,0)
  464.         fram.BackgroundColor3 = Color3.new(0,0,0)
  465.         fram.BackgroundTransparency = 1
  466.         fram.BorderSizePixel = 0
  467.         local box = Instance.new("TextLabel",fram)
  468.         box.Size = UDim2.new(1,0,1,0)
  469.         box.BackgroundColor = BrickColor.new("White")
  470.         box.TextColor3 = Color3.fromRGB(math.random(0,255),math.random(0,255),math.random(0,255))
  471.         box.TextStrokeTransparency = 0.5
  472.         box.Font = math.random(0,15)
  473.         box.Text = var
  474.         box.BackgroundTransparency = 1
  475.         box.BorderSizePixel = 0
  476.         box.Position = UDim2.new(0,0,0,0)
  477.         box.TextScaled = true
  478.         while true do
  479.         wait(0.01)
  480.         fram.Position=fram.Position-UDim2.new(0,0,0,1)
  481.         fram.ImageTransparency=fram.ImageTransparency+0.01
  482.         box.TextTransparency=box.TextTransparency+0.01
  483.         if --[[fram.ImageTransparency==1 and]] box.TextTransparency==1 then
  484.         bbg:Destroy()
  485.         end
  486.     end
  487. end
  488.  
  489. function KeyUsed(key)
  490.         if humanoid ~= nil then
  491.             if humanoid.Health > 0 then
  492.                 if string.byte(key) == 32 then
  493.                     jump = true
  494.                     AnimationStop()
  495.                     --sit = false
  496.                 end
  497.                 if string.byte(key) == 50 then
  498.                     AnimationStop()
  499.                     if sit == true then
  500.                         sit = false
  501.                     else
  502.                         sit = true
  503.                     end
  504.                 end
  505.                 if string.byte(key) == 48 then
  506.                     run = true
  507.                 end
  508.                 if W == false and A == false and S == false and D == false and jump == false and sit == false then
  509.                     if key == "Q" or key == "q" then
  510.                         AnimationStop()
  511.                         some_power = true
  512.                         M1:Play()
  513.                         inform2("some_power")
  514.                     end
  515.                     if key == "E" or key == "e" then
  516.                         AnimationStop()
  517.                         _2_much_power = true
  518.                         M2:Play()
  519.                         inform2("_2_much_power")
  520.                     end
  521.                     if key == "R" or key == "r" then
  522.                         AnimationStop()
  523.                         unity = true
  524.                         M3:Play()
  525.                         inform2("unity")
  526.                     end
  527.                     if key == "T" or key == "t" then
  528.                         AnimationStop()
  529.                         haha_no = true
  530.                         M4:Play()
  531.                         inform2("haha_no")
  532.                     end
  533.                     if key == "Y" or key == "y" then
  534.                         AnimationStop()
  535.                         spin_round = true
  536.                         M5:Play()
  537.                         inform2("spin_round")
  538.                     end
  539.                     if key == "U" or key == "u" then
  540.                         AnimationStop()
  541.                         still_not_that_fast = true
  542.                         M6:Play()
  543.                         inform2("still_not_that_fast")
  544.                     end
  545.                     if key == "F" or key == "f" then
  546.                         AnimationStop()
  547.                         tetris_remix = true
  548.                         M7:Play()
  549.                         if barrelbrick == nil and tetris_remix == true then
  550.                             barrelbrick = P(2,2,1,'Black',0,false,false)
  551.                             a=fm(barrelbrick,0,0.5,0.5,0.5,0) a.VertexColor = Vector3.new(1,1,1)
  552.                             We(barrelbrick,char.Torso,0,10,0,90,90,90)
  553.                         end
  554.                         inform2("tetris_remix")
  555.                     end
  556.                     if key == "P" or key == "p" then
  557.                         AnimationStop()
  558.                         dat_boi = true
  559.                         M8:Play()
  560.                         if saxtool == nil and dat_boi == true then
  561.                             saxtool = P(1,2,2,'Black',0,false,false)
  562.                             a=fm(saxtool,44410178,1.5,1.5,1.5,44410320) a.VertexColor = Vector3.new(1,1,1)
  563.                             b=We(saxtool,char:FindFirstChild("Left Arm"),0,-1,0,0,0,0)
  564.                             b.C1 = CFrame.new(0.5, -0.9, -0.3) * CFrame.Angles(math.pi/1.5, -math.pi/2, -math.pi/8)
  565.                         end
  566.                         inform2("dat_boi")
  567.                     end
  568.                     if key == "G" or key == "g" then
  569.                         AnimationStop()
  570.                         memes = true
  571.                         M9:Play()
  572.                         inform2("memes")
  573.                     end
  574.                     if key == "H" or key == "h" then
  575.                         AnimationStop()
  576.                         scary_monsters_nice_sprites_remix = true
  577.                         M10:Play()
  578.                         inform2("scary_monsters_nice_sprites_remix")
  579.                     end
  580.                     if key == "J" or key == "j" then
  581.                         AnimationStop()
  582.                         rus = true
  583.                         M11:Play()
  584.                         inform2("rus")
  585.                     end
  586.                     if key == "K" or key == "k" then
  587.                         AnimationStop()
  588.                         it_s_already_that_old = true
  589.                         M12:Play()
  590.                         inform2("it_s_already_that_old")
  591.                     end
  592.                     if key == "L" or key == "l" then
  593.                         AnimationStop()
  594.                         pootis_avi = true
  595.                         M13:Play()
  596.                         inform2("pootis_avi")
  597.                     end
  598.                     if key == "Z" or key == "z" then
  599.                         AnimationStop()
  600.                         buelah_mp3 = true
  601.                         M14:Play()
  602.                         inform2("buelah_mp3")
  603.                     end
  604.                     if key == "X" or key == "x" then
  605.                         AnimationStop()
  606.                         antivirisis = true
  607.                         M15:Play()
  608.                         if sandstorm == nil and antivirisis == true then
  609.                             sandstorm = P(1,1,1,'Black',0,false,false)
  610.                             sandstorm.Transparency = 1
  611.                             a=Instance.new("Smoke",sandstorm)
  612.                             a.Color = Color3.new(255/255,255/255,175/255)
  613.                             a.Size = 0.4
  614.                             a.RiseVelocity = 3
  615.                             a.Opacity = 0.75
  616.                             b=We(sandstorm,char:FindFirstChild("Torso"),0,0,0,0,0,0)
  617.                             b.C1 = CFrame.new(0, -2, 0)
  618.                         end
  619.                         inform2("antivirisis")
  620.                     end
  621.                     if key == "C" or key == "c" then
  622.                         AnimationStop()
  623.                         look_at_this_dude = true
  624.                         M16:Play()
  625.                         inform2("look_at_this_dude")
  626.                     end
  627.                 end
  628.             end
  629.         end
  630. end
  631.  
  632. Generate(Player)
  633.  
  634. game:service'RunService'.Stepped:connect(function()
  635.     count = (count % 100) + countspeed
  636.     angle = math.pi * math.sin(math.pi*2/100*count)
  637.     countspeed = 1
  638.    
  639.     state = humanoid:GetState()
  640.     if state ~= Enum.HumanoidStateType.Freefall then
  641.         jump = false
  642.     else
  643.         jump = true
  644.         sit = false
  645.         AnimationStop()
  646.     end
  647.    
  648.     local mesh1anan = Instance.new("SpecialMesh")
  649.     mesh1anan.MeshType = Enum.MeshType.FileMesh
  650.     mesh1anan.Scale = Vector3.new(1,1,1)
  651.     mesh1anan.MeshId = "rbxassetid://431000837"
  652.     mesh1anan.TextureId = "rbxassetid://431000842"
  653.     if look_at_this_dude == true then
  654.         if char ~= nil then
  655.             local locationanan = char:GetModelCFrame()
  656.             local tacoa = Instance.new("Part")
  657.             tacoa.CanCollide = false
  658.             tacoa.RotVelocity = Vector3.new(math.random()*math.pi,math.random()*math.pi,math.random()*math.pi)
  659.             local meshanananan = mesh1anan:clone()
  660.             meshanananan.Parent = tacoa
  661.             meshanananan.Scale = Vector3.new(1,1,1)
  662.             tacoa.CFrame = locationanan * CFrame.new(math.random()*500 - 250,math.random(100,200),math.random()*500 - 250)
  663.             tacoa.Parent = workspace
  664.             game:GetService("Debris"):AddItem(tacoa,4)
  665.         end
  666.     end
  667.    
  668.    
  669.    
  670.    
  671.     if some_power == false then
  672.         M1:Stop()
  673.     end
  674.     if _2_much_power == false then 
  675.         M2:Stop()
  676.     end
  677.     if unity == false then 
  678.         M3:Stop()
  679.     end
  680.     if haha_no == false then   
  681.         M4:Stop()
  682.     end
  683.     if spin_round == false then
  684.         M5:Stop()
  685.     end
  686.     if still_not_that_fast == false then   
  687.         M6:Stop()
  688.     end
  689.     if tetris_remix == false then  
  690.         M7:Stop()
  691.     end
  692.     if dat_boi == false then   
  693.         M8:Stop()
  694.     end
  695.     if memes == false then 
  696.         M9:Stop()
  697.     end
  698.     if scary_monsters_nice_sprites_remix == false then 
  699.         M10:Stop()
  700.     end
  701.     if rus == false then   
  702.         M11:Stop()
  703.     end
  704.     if it_s_already_that_old == false then
  705.         M12:Stop()
  706.     end
  707.     if pootis_avi == false then
  708.         M13:Stop()
  709.     end
  710.     if buelah_mp3 == false then
  711.         M14:Stop() 
  712.     end
  713.     if antivirisis == false then
  714.         M15:Stop()
  715.     end
  716.     if look_at_this_dude == false then
  717.         M16:Stop()
  718.     end
  719.    
  720.     if run == true and sit == false then
  721.         humanoid.WalkSpeed = 25
  722.     elseif sit == true then
  723.         humanoid.WalkSpeed = 0
  724.     else
  725.         humanoid.WalkSpeed = 16
  726.     end
  727.    
  728.     if global_wait == 380 then global_wait = 0 end
  729.    
  730.     if (W == false or A == false or S == false or D == false) and jump == false and sit == false then
  731.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 - angle/75)
  732.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 - angle/75)
  733.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + angle/75)
  734.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + angle/75)
  735.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/75, math.pi, 0)
  736.             rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.pi/2, math.pi, 0)
  737.     end
  738.    
  739.    
  740.     if (W == false or A == false or S == false or D == false) and jump == false and sit == true then
  741.         local ray = Ray.new(torso.Position, Vector3.new(0, -3, 0))
  742.         local hitz,enz = workspace:FindPartOnRay(ray, char)
  743.         if hitz then
  744.             if rootpart:FindFirstChild("Weld") == nil then
  745.                 miniweld = Instance.new("Weld", rootpart)
  746.                 miniweld.C0 = hitz.CFrame:toObjectSpace(rootpart.CFrame)
  747.                 miniweld.Part0 = hitz
  748.                 miniweld.Part1 = rootpart
  749.                 humanoid.PlatformStand = true
  750.             end
  751.         end
  752.     else
  753.         if rootpart:FindFirstChild("Weld") ~= nil then
  754.             rootpart:FindFirstChild("Weld"):Destroy()
  755.             humanoid.PlatformStand = false
  756.         end
  757.     end
  758.    
  759.     if (W == false or A == false or S == false or D == false) and jump == false and sit == true then
  760.         ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 - math.pi/15)
  761.         rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 + math.pi/15)
  762.         lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0 + math.pi/8, 0, math.pi/2 - math.pi/15)
  763.         rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0 + math.pi/8, 0, -math.pi/2 + math.pi/15)
  764.         neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + math.pi/15, math.pi, 0)
  765.         rj.C0 = CFrame.new(0, -2, 0) * CFrame.Angles(math.pi/2 + math.pi/15, math.pi, 0)
  766.     end
  767.    
  768.     if jump == true and sit == false then
  769.         countspeed = 2
  770.         ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, math.pi + angle/12)
  771.         rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, math.pi + angle/12)
  772.         lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + angle/12)
  773.         rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + angle/12)
  774.         neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/25, math.pi, 0)
  775.         rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.pi/2+ angle/50, math.pi, 0)
  776.     end
  777.    
  778.     if (W == true or A == true or S == true or D == true) and jump == false and sit == false then
  779.         if run == true then
  780.             countspeed = 4
  781.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 - angle/3)
  782.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 - angle/3)
  783.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + angle/5)
  784.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + angle/5)
  785.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/20, math.pi, 0)
  786.             rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.pi/2 + angle/40, math.pi, 0)
  787.         else
  788.             countspeed = 2
  789.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 - angle/4)
  790.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 - angle/4)
  791.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + angle/6)
  792.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + angle/6)
  793.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/25, math.pi, 0)
  794.             rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.pi/2+ angle/50, math.pi, 0)
  795.         end
  796.     end
  797.  
  798.     if W == false and A == false and S == false and D == false and jump == false and sit == false then
  799.         if unity == true and jump == false and sit == false then
  800.             countspeed = 2
  801.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(angle/5, 0, angle/4)
  802.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(angle/5, 0, -angle/4)
  803.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(angle/10, 0, angle/5)-- * CFrame.Angles(angle*0.5, 0, -math.abs(angle*0.15))
  804.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(angle/10, 0, angle/5)-- * CFrame.Angles(-angle*0.5, 0, math.abs(angle*0.15))
  805.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/5, math.pi, 0)
  806.             rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.pi/2 + angle/5, math.pi, 0)
  807.         elseif _2_much_power == true and jump == false and sit == false then
  808.             countspeed = 4
  809.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(angle/15, 0, angle/15)
  810.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(angle/15, 0, angle/15)
  811.             ls.C1 = CFrame.new(0.25,0.5 + 1 * angle/10,0.5) * CFrame.Angles(math.pi  + angle/10, 0, 0 + angle/10)
  812.             rs.C1 = CFrame.new(-0.25,0.5 + 1 * angle/10,0.5) * CFrame.Angles(math.pi  + angle/10, 0, 0  + angle/10)
  813.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/10, math.pi, 0)
  814.             rj.C0 = CFrame.new(0, 0.5 + angle/5, 0) * CFrame.Angles(math.pi/2, math.pi, 0)
  815.         elseif some_power == true and jump == false and sit == false then
  816.             countspeed = 2
  817.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0 + angle/8, 0, math.pi/12 + angle/12)
  818.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0 + angle/8, 0, -math.pi/12 - angle/12)
  819.             lh.C1 = CFrame.new(0.35,0.7,0.5) * CFrame.Angles(0 + angle/10, 0, -math.pi/8)
  820.             rh.C1 = CFrame.new(-0.35,0.7,0.5) * CFrame.Angles(0 + angle/10, 0, math.pi/8)
  821.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/15, math.pi, 0)
  822.             rj.C0 = CFrame.new(angle/4, -0.3 + angle/20, 0) * CFrame.Angles(math.pi/2, math.pi, 0)
  823.         elseif haha_no == true and jump == false and sit == false then
  824.             countspeed = 4
  825.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(math.pi/4, math.pi/8 + angle/8, math.pi/4 + angle/8)
  826.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(math.pi/4, -math.pi/8 + angle/8, -math.pi/4 + angle/8)
  827.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0 + angle/10, 0, 0  + angle/10)
  828.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0 + angle/10, 0, 0  + angle/10)
  829.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/15, math.pi + angle/15, 0 + angle/15)
  830.             rj.C0 = CFrame.new(0, 0 + angle/20, 0) * CFrame.Angles(math.pi/2, math.pi, 0)
  831.         elseif spin_round == true and jump == false and sit == false then
  832.             global_wait = (global_wait % 360) + 4
  833.             countspeed = 4
  834.             ls.C1 = CFrame.new(0,1,0) * CFrame.Angles(math.pi/2, 0 + angle/10, 0 + angle/10)
  835.             rs.C1 = CFrame.new(0,1,0) * CFrame.Angles(math.pi/2, 0 - angle/10, 0 + angle/10)
  836.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0 + angle/10, 0 + angle/10, 0  + angle/10)
  837.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0 + angle/10, 0 + angle/10, 0  + angle/10)
  838.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2, math.pi, 0)
  839.             rj.C0 = CFrame.new(0 + angle/25, 0, 0 - angle/25) * CFrame.Angles(math.pi/2, math.pi, math.rad(global_wait*4))
  840.         elseif still_not_that_fast == true and jump == false and sit == false then
  841.             countspeed = 2
  842.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, math.pi/2 + angle/15)
  843.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, -math.pi/2 + angle/15)
  844.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(math.pi/60 - angle/45, 0, 0 + angle/15)
  845.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(math.pi/60 + angle/45, 0, 0 + angle/15)
  846.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/15, math.pi + angle/10, 0)
  847.             rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.pi/2 + angle/50 , math.pi + angle/50, 0 + angle/50)
  848.         elseif tetris_remix == true and jump == false and sit == false then
  849.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, math.pi)
  850.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, math.pi)
  851.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0)
  852.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0)
  853.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2, math.pi, 0)
  854.             rj.C0 = CFrame.new(0 + angle, -1.8, 0) * CFrame.Angles(0, math.pi, 0 + angle)
  855.         elseif dat_boi == true and jump == false and sit == false then
  856.             countspeed = 2
  857.             ls.C1 = CFrame.new(0,0.75,-0.25) * CFrame.Angles(-math.pi/5, 0, math.pi/2 - math.abs(angle/30))
  858.             rs.C1 = CFrame.new(0,0.75,-0.25) * CFrame.Angles(-math.pi/5, 0, -math.pi/2 + math.abs(angle/30))
  859.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 - math.abs(angle/30))
  860.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + math.abs(angle/30))
  861.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2, math.pi, 0)
  862.             rj.C0 = CFrame.new(0, -math.abs(angle*0.05), math.abs(angle*0.025)) * CFrame.Angles(math.pi/2 + math.abs(angle/20), math.pi, 0)
  863.         elseif memes == true and jump == false and sit == false then
  864.             countspeed = 3
  865.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, math.pi/2 - angle/1.5)
  866.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, -math.pi/2 + angle/1.5)
  867.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 - angle/16)
  868.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + angle/16)
  869.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2  + angle/12, math.pi, 0)
  870.             rj.C0 = CFrame.new(0, 0 + angle / 35, 0) * CFrame.Angles(math.pi/2 + angle/25, math.pi, 0)
  871.         elseif scary_monsters_nice_sprites_remix == true and jump == false and sit == false then
  872.             countspeed = 2.5
  873.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(angle/16, angle/16,math.pi/3.5 + angle/8)
  874.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(angle/16, -angle/16,-math.pi/1.5 + -angle/8)
  875.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, angle/16, angle/16)
  876.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, angle/16, angle/16)
  877.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2, math.pi, 0)
  878.             rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.pi/2-angle/16, math.pi, 0)
  879.         elseif rus == true and jump == false and sit == false then
  880.             countspeed = 2
  881.             ls.C1 = CFrame.new(0,0.75,-0.35) * CFrame.Angles(math.pi/8, 0, math.pi/2 + angle/3.5)
  882.             rs.C1 = CFrame.new(0,0.75,-0.35) * CFrame.Angles(math.pi/8, 0, -math.pi/2 + angle/3.5)
  883.             lh.C1 = CFrame.new(0 + angle/50,1,0.5) * CFrame.Angles(0, 0 + angle/35, 0 + angle/15)
  884.             rh.C1 = CFrame.new(0 + angle/50,1,0.5) * CFrame.Angles(0, 0 + angle/35, 0 + angle/15)
  885.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/15, math.pi, 0)
  886.             rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.pi/2 - angle/35, math.pi - angle/35, 0)
  887.         elseif it_s_already_that_old == true and jump == false and sit == false then
  888.             countspeed = 4
  889.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, math.pi/2+angle/2)
  890.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, -math.pi/2+angle/2)
  891.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0+angle/32, 0, 0+angle/32)
  892.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0+angle/32, 0, 0-angle/32)
  893.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2, math.pi, 0)
  894.             rj.C0 = CFrame.new(0, 0 - angle/50, 0) * CFrame.Angles(math.pi/2, math.pi, 0)
  895.         elseif pootis_avi == true and jump == false and sit == false then
  896.             countspeed = 4
  897.             ls.C1 = CFrame.new(0,0.75,-0.15) * CFrame.Angles(-math.pi/4, 0, (math.pi/2 + angle/14) - math.pi/20)
  898.             rs.C1 = CFrame.new(0,0.75,-0.15) * CFrame.Angles(-math.pi/4, 0, (-math.pi/2 - angle/14) + math.pi/20)
  899.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0 + angle/16, 0, 0)
  900.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0 + angle/16, 0, 0)
  901.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/20, math.pi, 0)
  902.             rj.C0 = CFrame.new(0, 0 + angle/40, 0) * CFrame.Angles(math.pi/2, math.pi, 0)
  903.         elseif buelah_mp3 == true and jump == false and sit == false then
  904.             countspeed = 2
  905.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(math.pi/12, 0, math.pi/4 + angle/4)
  906.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(math.pi/12, 0, -math.pi/4 + angle/4)
  907.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(math.pi/24, 0, 0 + angle/4)
  908.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(math.pi/24, 0, 0 + angle/4)
  909.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 - angle/8, math.pi, 0)
  910.             rj.C0 = CFrame.new(0, 0 + angle/48, 0) * CFrame.Angles(math.pi/2 + angle/24, math.pi, 0)
  911.         elseif antivirisis == true and jump == false and sit == false then
  912.             countspeed = 3
  913.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 + angle/1.5)
  914.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 + angle/3)
  915.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 - angle/3)
  916.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 - angle/1.5)
  917.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2, math.pi, 0)
  918.             rj.C0 = CFrame.new(0, 0+ angle/45, 0) * CFrame.Angles(math.pi/2 - angle/6, math.pi, 0)
  919.         elseif look_at_this_dude == true and jump == false and sit == false then
  920.             countspeed = 4
  921.             global_wait = (global_wait % 360) + 4
  922.             ls.C1 = CFrame.new(0,1,-0.25) * CFrame.Angles(math.pi/6 + angle/12, 0, math.pi)
  923.             rs.C1 = CFrame.new(0,1,-0.25) * CFrame.Angles(math.pi/6 + angle/12, 0, math.pi)
  924.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, math.pi/8 + angle/16)
  925.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, math.pi/8 + angle/16)
  926.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 - math.pi/8 + angle/16, math.pi, 0)
  927.             rj.C0 = CFrame.new(0, 0.25 + angle/12, 0) * CFrame.Angles(math.pi/2, math.pi, math.rad(global_wait*4))
  928.         end
  929.     end
  930. end)
  931.  
  932. inform2(_VERSION.." is cool!!!")
  933.  
  934. while true do
  935. wait(2)
  936. WorkPlayer.FalseHead.NametagGUI.ImageLabel.TextLabel.TextColor3 = Color3.fromRGB(math.random(0,255),math.random(0,255),math.random(0,255))
  937. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement