Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0)
- player = game.Players.LocalPlayer
- char = player.Character
- extension = "rbxassetid://"
- p = char.Torso
- sound = Instance.new("Sound", char.Torso)
- sound.SoundId = extension .. "554385392"
- sound.Looped = true
- sound : play()
- char.Head.face.Texture = extension .. "0"
- char.Humanoid.MaxHealth = 1000
- char.Humanoid.Health = 1000
- Shirt = char.Shirt
- Pants = char.Pants
- Shirt.ShirtTemplate = extension .. "597431306"
- Pants.PantsTemplate = extension .. "597463255"
- char.Head.Transparency = 1
- --remove
- char ["Shirt Graphic"].Graphic = "rbxassetid://0"
- for _, child in pairs(char:GetChildren()) do
- if child.ClassName == 'Accessory' then
- child:Destroy()
- end
- end
- char.Torso.Touched:connect(function(p)
- if p.Parent then
- if p.Parent:IsA("Model") then
- if game.Players:FindFirstChild(p.Parent.Name) then
- if p.Parent.Name ~= game.Players.LocalPlayer.Name then
- game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints()
- end
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement