Advertisement
Plug_RBLX

Untitled

Dec 21st, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. --By Rufus14 :D
  2. plr = game.Players.LocalPlayer.Character
  3. sauce = Instance.new("Sound", plr.Head)
  4. sauce.SoundId = "http://roblox.com/asset?id=156431078"
  5. sauce:Play()
  6. sauce.Looped = true
  7. wait(5.3)
  8. part = Instance.new("Part", plr)
  9. part.Size = Vector3.new(5,6,0.5)
  10. weld = Instance.new("Weld", part)
  11. weld.Part0 = plr.Torso
  12. weld.Part1 = part
  13. part.Transparency = 1
  14. dec1 = Instance.new("Decal")
  15. dec1.Parent = part
  16. dec1.Texture = "http://www.roblox.com/asset/?id=0"
  17. dec1.Transparency = 1
  18. dec = Instance.new("Decal")
  19. dec.Parent = part
  20. dec.Texture = "http://www.roblox.com/asset/?id=0"
  21. dec.Face = "Front"
  22. plr.Torso.Transparency = 1
  23. plr["Left Arm"].Transparency = 1
  24. plr["Right Arm"].Transparency = 1
  25. plr["Left Leg"].Transparency = 1
  26. plr["Right Leg"].Transparency = 1
  27. plr.Head.Transparency = 1
  28. wait()
  29. plr.Head.face.Transparency = 1
  30. while true do
  31. wait(0.1)
  32. dec1.Transparency = 1
  33. dec.Transparency = 0
  34. wait(0.1)
  35. dec1.Transparency = 0
  36. dec.Transparency = 1
  37. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement