Advertisement
memesbruh03

snoop dogg

Aug 17th, 2016
515
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.10 KB | None | 0 0
  1. local m = Instance.new("Model",workspace)
  2. m.Name = "snoop dogg - 720 all day"
  3. local h = Instance.new("Humanoid",m)
  4. h.MaxHealth = 0
  5. h.Health = 0
  6. local s = Instance.new("Part",m)
  7. s.Size = Vector3.new(8.2,12.4,1)
  8. s.Position = Vector3.new(0,20,0)
  9. s.Name = "Head"
  10. s.CanCollide = false
  11. s.Anchored = true
  12. s.BrickColor = BrickColor.new("Institutional white")
  13. local so = Instance.new("Sound",s)
  14. so.SoundId = "rbxassetid://236569701"
  15. so.Volume = 1
  16. so.Pitch = 1
  17. so:play()
  18. local t = Instance.new("Decal")
  19. t.Texture = "rbxassetid://131395838"
  20. t.Parent = s
  21. decal = t
  22. frames = {131395838,131395855,131395868,131395884,131395897,131395946,131395966,131395979,131395989,131395997,131396007,131396016,131396024,131396037,131396044,131396054,131396068,131396078,131396098,131396108,131396113,131396121,131396133,131396142,131396156,131396164,131396173,131396181,131396188}
  23. current = 1
  24. function LoadFrame(number)
  25.   decal = s:FindFirstChild("Decal")
  26.   if decal then decal.Texture = "rbxassetid://"..frames[current] end
  27.   if current == #frames then current = 1 else current = current+1 end
  28. end
  29. while wait() do LoadFrame() end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement