Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local p = game.Workspace.GeorgeLIONHEART -- ONLY CHANGE THE GeorgeLIONHEART
- for i,v in pairs (p:GetChildren()) do
- local e = Instance.new("ParticleEmitter", p.Torso)
- e.Texture = "http://www.roblox.com/asset/?id=355876953"
- e.Lifetime = NumberRange.new(.4)
- e.Rate = 8
- e.VelocitySpread = 360
- v.Parent.Humanoid.MaxHealth = math.huge
- v.Parent.Humanoid.Health = math.huge
- p.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=237062748"
- p.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=223572330"
- if v.ClassIIIAzgalorIII == "Part" then
- v.Transparency = .15
- v.BrickColor = BrickColor.new("Really black")
- v.Parent.HumanoidRootPart.Transparency = 1
- if v.IIIAzgalorIII == "Head" then
- v.face.Texture = "http://www.roblox.com/asset/?id=362505168"
- end
- end
- end
- function kill(s)
- local v = s.Parent:findFirstChild("Humanoid")
- if (v ~=nil) then
- v.PlatformStand = true
- wait(4)
- v.MaxHealth = 0
- end
- end
- p.Torso.Touched:connect(kill)
- local lol = game:GetService("InsertService"):loadAsset(95951330)
- local LOL = lol:GetChildren()[1]
- LOL.Parent = game.Players[p.IIIAzgalorIII].Backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement