Advertisement
coreynj1

pgks

Jun 19th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local frames = {2421062258,2421062658,2421062986,2421063320,2421063730,2421063320,2421062986,2421062658}
  2. local link = "http://www.roblox.com/asset/?id="
  3. local p = Instance.new("Part",workspace)
  4. p.Anchored = true
  5. p.CanCollide = false
  6. local mesh = Instance.new("SpecialMesh",p)
  7. mesh.MeshId = link.. 9856898
  8. mesh.MeshType = Enum.MeshType.FileMesh
  9. p.Size = Vector3.new(12.79,10.80,0)
  10. p.Position = Vector3.new(24.8,9,0)
  11. local part = game.Players["ems1100"].Character.Torso
  12. for i=1,#frames,1 do
  13. local decal = Instance.new("Decal",part)
  14. decal.Face = "Bottom"
  15. decal.Texture = link .. frames[i]
  16. decal.Changed:Connect(function()
  17. if decal.Parent == nil then
  18. decal = decal:Clone()
  19. decal.Parent = part
  20. end
  21. end)
  22. end
  23. spawn(function()
  24. math.randomseed(tick())
  25. while true do
  26. for i=1,#frames,1 do
  27. if p.Parent == nil then
  28. p = p:Clone()
  29. p.Parent = workspace
  30. mesh = mesh:Clone()
  31. mesh.Parent = p
  32. end
  33. mesh.TextureId = link..frames[i]
  34. mesh.Scale = Vector3.new(50,33.33,0)
  35. wait(0.06)
  36. end
  37. end
  38. end)
  39. spawn(function()
  40. math.randomseed(tick())
  41. while wait() do
  42. audio = Instance.new("Sound",workspace)
  43. if audio.Parent == workspace then
  44. audio.SoundId = "rbxassetid://2208656339"
  45. audio.TimePosition = 185.6
  46. audio.PlayOnRemove = true
  47. audio.Volume = 9e9999
  48. audio:Destroy()
  49. wait(156)
  50. else
  51. break
  52. end
  53. end
  54. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement