M16III

demon face vis

Apr 5th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. local zzz = "100"
  2.  
  3. local UserName = game:GetService('Players').LocalPlayer.Name
  4. local Autoride = true
  5.  
  6. local CE = {}
  7. local Variables = {
  8. workspace = game:GetService("Workspace"),
  9. players = game:GetService("Players")
  10. }
  11. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  12.  
  13. function BreakAnimation()
  14. for _, x in next, MainUserP.Character.Humanoid:GetPlayingAnimationTracks() do
  15. if not string.find(x.Animation.AnimationId, "180426354") then
  16. x:stop()
  17. end
  18. end
  19. wait()
  20. local DualAnimation = Instance.new("Animation")
  21. DualAnimation.AnimationId = "rbxassetid://1145142527"
  22. local DualAnimation_ = MainUserP.Character.Humanoid:LoadAnimation(DualAnimation)
  23. DualAnimation_:Play()
  24. DualAnimation_:AdjustSpeed(1)
  25. end
  26.  
  27. function HideCloud()
  28. MainUserW.PompousTheCloud.ServerControl:InvokeServer("SetProperty",{["Value"]="rbxassetid://0",["Property"]="MeshId",["Object"]=MainUserW.PompousTheCloud.Handle.Mesh})
  29. end
  30.  
  31. local VerifyCloud = function()
  32. if not MainUserP.Character:FindFirstChild("PompousTheCloud") and not MainUserP.Backpack:FindFirstChild("PompousTheCloud") then
  33. wait(0.5)
  34. MainUserP.Backpack:FindFirstChild("PompousTheCloud").Parent = MainUserP.Character
  35. HideCloud()
  36. wait()
  37. BreakAnimation()
  38. wait(0.5)
  39. if Autoride == true then
  40. Variables.workspace[UserName].PompousTheCloud.ServerControl:InvokeServer("Fly", {["Flying"] = true})
  41. MainUserW.PompousTheCloud.ServerControl:InvokeServer("SetProperty",{["Value"]="rbxassetid://0",["Property"]="MeshId",["Object"]=MainUserW.PompousTheCloud.EffectCloud.Mesh})
  42. end
  43. elseif not MainUserP.Character:FindFirstChild("PompousTheCloud") and MainUserP.Backpack:FindFirstChild("PompousTheCloud") then
  44. MainUserP.Backpack:FindFirstChild("PompousTheCloud").Parent = MainUserP.Character
  45. HideCloud()
  46. wait()
  47. BreakAnimation()
  48. wait(0.5)
  49. if Autoride == true then
  50. Variables.workspace[UserName].PompousTheCloud.ServerControl:InvokeServer("Fly", {["Flying"] = true})
  51. end
  52. elseif MainUserP.Character:FindFirstChild("PompousTheCloud") then
  53. HideCloud()
  54. wait()
  55. BreakAnimation()
  56. if Autoride == true then
  57. Variables.workspace[UserName].PompousTheCloud.ServerControl:InvokeServer("Fly", {["Flying"] = false})
  58. end
  59. end
  60. end
  61.  
  62. function CE:FireEvent(ItemName, Object, Property, Value)
  63. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  64. end
  65.  
  66. VerifyCloud()
  67. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["LocalScript"],"Disabled",true)
  68. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"]["Handle"],"Transparency","1")
  69. game.ReplicatedStorage.AvatarEditor.HatHandle:FireServer("323418594")wait(1)
  70. CE:FireEvent("PompousTheCloud",MainUserW["323418594"]["Handle"],"Position",Vector3.new(0,-0,-0))
  71. CE:FireEvent("PompousTheCloud",MainUserW["323418594"]["Handle"]["Mesh"],"MeshType","Sphere")
  72. CE:FireEvent("PompousTheCloud",MainUserW["323418594"]["Handle"],"Shape","Ball")
  73. CE:FireEvent("PompousTheCloud",MainUserW["323418594"]["Handle"],"Material","ForceField")
  74. spawn(function()
  75. game:service'RunService'.RenderStepped:connect(function()
  76. local asd = math.floor(MainUserW["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"].PlaybackLoudness)/zzz
  77. CE:FireEvent("PompousTheCloud",MainUserW["323418594"]["Handle"]["Mesh"],"Scale",Vector3.new(asd,asd,asd))
  78. end)
  79. end)
  80. while true do
  81. CE:FireEvent("PompousTheCloud", MainUserW["323418594"]["Handle"], "BrickColor", BrickColor.new("Really red"))
  82. wait()
  83. CE:FireEvent("PompousTheCloud", MainUserW["323418594"]["Handle"], "BrickColor", BrickColor.new("Really black"))
  84. wait()
  85. CE:FireEvent("PompousTheCloud", MainUserW["323418594"]["Handle"], "BrickColor", BrickColor.new("Really red"))
  86. wait()
  87. CE:FireEvent("PompousTheCloud", MainUserW["323418594"]["Handle"], "BrickColor", BrickColor.new("Really black"))
  88. wait()
  89. CE:FireEvent("PompousTheCloud", MainUserW["323418594"]["Handle"], "BrickColor", BrickColor.new("Really red"))
  90. wait()
  91. CE:FireEvent("PompousTheCloud", MainUserW["323418594"]["Handle"], "BrickColor", BrickColor.new("Really black"))
  92. wait()
  93. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"],"Texture","http://www.roblox.com/asset/?id=1206059606")
  94.  
  95. end
Advertisement
Add Comment
Please, Sign In to add comment