Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. local player = game.Players.Apollo_Shine
  2. while not player.Character do wait() end
  3. local character = player.Character
  4. local animateScript = character.Animate
  5.  
  6. animateScript.walk.WalkAnim.AnimationId = 'http://www.roblox.com/asset/?id=438489205'
  7.  
  8.  
  9.  
  10. local p = game.Workspace.ironsight7 -- ONLY CHANGE THE NAME
  11.  
  12.  
  13. for i,v in pairs (p:GetChildren()) do
  14. local e = Instance.new("ParticleEmitter", p.Torso)
  15. e.Texture = "http://www.roblox.com/asset/?id=355876955"
  16. e.Lifetime = NumberRange.new(.4)
  17. e.Rate = 8
  18. e.VelocitySpread = 360
  19. v.Parent.Humanoid.MaxHealth = math.huge
  20. v.Parent.Humanoid.Health = math.huge
  21. p.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=237062748"
  22. p.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=223572330"
  23. if v.ClassName == "Part" then
  24. v.Transparency = .15
  25. v.BrickColor = BrickColor.new("Really black")
  26. v.Parent.HumanoidRootPart.Transparency = 1
  27. if v.Name == "Head" then
  28. v.face.Texture = "http://www.roblox.com/asset/?id=362505168"
  29. end
  30. end
  31. end
  32.  
  33. function kill(s)
  34. local v = s.Parent:findFirstChild("Humanoid")
  35. if (v ~=nil) then
  36. v.PlatformStand = true
  37. wait(4)
  38. v.MaxHealth = 0
  39. end
  40. end
  41.  
  42. p.Torso.Touched:connect(kill)
  43.  
  44. local lol = game:GetService("InsertService"):loadAsset(95951330)
  45. local LOL = lol:GetChildren()[1]
  46. LOL.Parent = game.Players[p.Name].Backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement