Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. l = Instance.new("Sound", workspace)
  2. l.Parent = workspace.Veroxan
  3. l.SoundId = "rbxassetid://569707122"
  4. l.Looped = true
  5. l.Pitch = 1
  6. l.Volume = 100
  7. l.archivable = false
  8. l.MaxDistance = 10000
  9. l.Playing = true
  10. l:Play()
  11. wait(0.1)
  12. workspace.Veroxan.Head.Mesh.MeshId = "rbxassetid://430138655"
  13. workspace.Veroxan.Head.Mesh.TextureId = "rbxassetid://430138717"
  14. workspace.Veroxan.Head.face:Remove()
  15. workspace.Veroxan.Torso.Transparency = 1
  16. workspace.Veroxan.Humanoid.MaxHealth = math.huge
  17. workspace.Veroxan.Humanoid.Health = math.huge
  18. wait(0.1)
  19. m = workspace.Veroxan
  20. torso = m.Torso
  21. head = m.Head
  22. leftarm = m["Left Arm"]
  23. rightarm = m["Right Arm"]
  24. rightleg = m["Right Leg"]
  25. leftleg = m["Left Leg"]
  26. leftarm.Transparency = 1
  27. leftleg.Transparency = 1
  28. rightleg.Transparency = 1
  29. rightarm.Transparency = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement