Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local p = game.Players.XxXexe5
- for i,v in pairs (p.Character:GetChildren()) do
- local e = Instance.new("ParticleEmitter", p.Character.Torso)
- e.Texture = "http://www.roblox.com/asset/?id=434168218"
- e.Lifetime = NumberRange.new(.4)
- e.Rate = 8
- e.VelocitySpread = 360
- e.RotSpeed = NumberRange.new(400)
- e.Rotation = NumberRange.new(1, 360)
- v.Parent.Humanoid.MaxHealth = math.huge
- v.Parent.Humanoid.Health = math.huge
- if v.ClassName == "Part" then
- v.Transparency = .15
- v.BrickColor = BrickColor.new("Really black")
- v.Parent.HumanoidRootPart.Transparency = 1
- if v.Name == "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
- if v.PlatformStand == false then
- v.PlatformStand = true
- end
- wait(4)
- v.MaxHealth = 0
- end
- end
- p.Character.Torso.Touched:connect(kill)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement