Theskyler900

dio skin script roblox

Aug 4th, 2017
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2. local char = p.Character
  3. local hed = char.Head
  4. local LocalPlayer = p
  5.  
  6. local Player = game.Players.localPlayer
  7. local Character = p.Character
  8.  
  9. local LeftArm2 = Character["Left Arm"]
  10. local RightArm2 = Character["Right Arm"]
  11. local LeftLeg2 = Character["Left Leg"]
  12. local RightLeg2 = Character["Right Leg"]
  13. local Head2 = Character.Head
  14. local Torso2 = Character.Torso
  15.  
  16. local player = game.Players.LocalPlayer
  17. local shirt = player.Character:WaitForChild("Shirt")
  18. local pants = player.Character:WaitForChild("Pants")
  19.  
  20. wait()
  21. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=536831523"
  22. pants.PantsTemplate = "http://www.roblox.com/asset/?id=547264976"
  23.  
  24. char.Humanoid.MaxHealth = math.huge
  25. char.Humanoid.Health = math.huge
  26.  
  27. for i,v in pairs(char:GetChildren()) do
  28. if v.ClassName == "Accessory" or v.ClassName == "Hat" then
  29. v:destroy()
  30. end
  31. end
  32.  
  33. local Hair = Instance.new("Part")
  34. Hair.Parent = char
  35. Hair.Name = "Hair"
  36. Hair.Size = Vector3.new(1, 1, 1)
  37. Hair.CFrame = char.Head.CFrame
  38. Hair:BreakJoints()
  39. Hair.CanCollide = false
  40. Hair.TopSurface = "Smooth"
  41. Hair.BottomSurface = "Smooth"
  42. Hair.BrickColor = BrickColor.new("Gold")
  43. Weld = Instance.new("Weld")
  44. Weld.Name = "Weld"
  45. Weld.Part0 = char.Head
  46. Weld.Part1 = Hair
  47. Weld.Parent = char.Head
  48. Weld.C0 = CFrame.new(0.1,0,0.2)*CFrame.fromEulerAnglesXYZ(0,0,0)
  49. Mesh = Instance.new("SpecialMesh")
  50. Mesh.Parent = Hair
  51. Mesh.MeshId = "rbxassetid://886288384"
  52. Mesh.TextureId = "rbxassetid://886289004"
  53. Mesh.Scale = Vector3.new(0.11,0.1,0.08)
  54.  
  55. cut = Instance.new("Sound", Character)
  56. cut.SoundId = "https://www.roblox.com/asset/?id=97095069"
  57. cut.Volume = 1.5
  58. thri = Instance.new("Sound", Character)
  59. thri.SoundId = "https://www.roblox.com/asset/?id=186311262"
  60. thri.Volume = 2.5
  61. WRY = Instance.new("Sound", Character)
  62. WRY.SoundId = "https://www.roblox.com/asset/?id=910713928"
  63. WRY.Volume = 5
  64.  
  65. ff = Instance.new("ForceField", game.Players.LocalPlayer.Character)
  66. ff.Visible = false
  67.  
  68. local Players=game:service'Players'
  69. local Player=Players.LocalPlayer
  70. local Mouse=Player:GetMouse''
  71. local RenderStepped=game:service'RunService'.RenderStepped
  72.  
  73. local MeshId='http://www.roblox.com/asset?id=202083123'
  74. local TextureId='http://www.roblox.com/asset/?id=189436355'
Add Comment
Please, Sign In to add comment