Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.TheOfficalNoob4788
- while not player.Character do wait() end
- local character = player.Character
- local animateScript = character.Animate
- animateScript.walk.WalkAnim.AnimationId = 'http://www.roblox.com/asset/?id=438489205'
- local p = game.Workspace.bowlsroblox -- ONLY CHANGE THE NAME
- for i,v in pairs (p:GetChildren()) do
- local e = Instance.new("ParticleEmitter", p.Torso)
- e.Texture = "http://www.roblox.com/asset/?id=355876955"
- 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.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
- 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.Name].Backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement