Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local p = game.Players.Yamanohera15523
- local char = p.Character
- ----------------------
- char.Shirt:Destroy()
- char.Pants:Destroy()
- shirt = Instance.new("Shirt", char)
- shirt.Name = "Shirt"
- pants = Instance.new("Pants", char)
- pants.Name = "Pants"
- char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=153367459"
- char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=237725734"
- -----------------------
- local players = Game.Players:GetPlayers()
- local face1 = "http://www.roblox.com/asset/?id=7058424"
- local face2 = "http://www.roblox.com/asset/?id=7429837"
- local face = script.Parent.Head.Decal
- local target = Game.Workspace[players[math.random(1, #players)]]:findFirstChild("Humanoid")
- while wait() do
- if target.Health > 0 then
- face.Text = face2
- elseif target.Health == 0 then
- face.Texture = face1
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement