Advertisement
SpiritualDonut

Untitled

Jun 1st, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. yes = Instance.new("Sound", Workspace)
  2. yes.SoundId = "rbxassetid://1257426917"
  3. yes.Pitch = 1
  4. yes.Parent = game.Players.LocalPlayer.Character.Head
  5. yes.Volume = 10
  6. yes.Playing = true
  7. yes.Looped = true
  8.  
  9. Player = game:GetService("Players").LocalPlayer
  10. PlayerGui = Player.PlayerGui
  11. Cam = workspace.CurrentCamera
  12. Backpack = Player.Backpack
  13. Character = Player.Character
  14. char = Player.Character
  15. Humanoid = Character.Humanoid
  16. Mouse = Player:GetMouse()
  17. RootPart = Character["HumanoidRootPart"]
  18. Torso = Character["Torso"]
  19. Head = Character["Head"]
  20. RightArm = Character["Right Arm"]
  21. LeftArm = Character["Left Arm"]
  22. RightLeg = Character["Right Leg"]
  23. LeftLeg = Character["Left Leg"]
  24. RootJoint = RootPart["RootJoint"]
  25. Neck = Torso["Neck"]
  26. RightShoulder = Torso["Right Shoulder"]
  27. LeftShoulder = Torso["Left Shoulder"]
  28. RightHip = Torso["Right Hip"]
  29. LeftHip = Torso["Left Hip"]
  30. Humanoid.MaxHealth = "inf"
  31. Humanoid.Health = "inf"
  32. Humanoid.JumpPower = 100
  33.  
  34. ----------------------------------------------------------------------
  35. warn("script edit by deivis97")
  36.  
  37. local Orin = "http://www.roblox.com/asset/?id=492754352"
  38. Head.face.Texture = Orin
  39. function weld(a, b, acf)
  40. local w = Instance.new("Weld", a)
  41. w.Part0 = a
  42. w.Part1 = b
  43. w.C0 = acf
  44. end
  45.  
  46. local Hair = Instance.new("Part")
  47. Hair.Parent = char
  48. Hair.Name = "Hair"
  49. Hair.Size = Vector3.new(0.1, 0.1, 0.1)
  50. Hair.CFrame = char.Head.CFrame
  51. Hair:BreakJoints()
  52. Hair.CanCollide = false
  53. Hair.BrickColor = BrickColor.new("New Yeller")
  54. Hair.TopSurface = "Smooth"
  55. Hair.BottomSurface = "Smooth"
  56. Weld = Instance.new("Weld")
  57. Weld.Name = "Weld"
  58. Weld.Part0 = char.Head
  59. Weld.Part1 = Hair
  60. Weld.Parent = char.Head
  61. Weld.C0 = CFrame.new(-0.1, -0.71, 0.8)*CFrame.fromEulerAnglesXYZ(0, 3, 0)
  62. Mesh = Instance.new("SpecialMesh")
  63. Mesh.Parent = Hair
  64. Mesh.MeshId = "rbxassetid://731027438"
  65. Mesh.TextureId = "http://www.roblox.com/asset/?id=1656681103"
  66. Mesh.Scale = Vector3.new(0.25, 0.21, 0.2)
  67.  
  68. local Shirt = "rbxassetid://1298116952"
  69. local Pants = "rbxassetid://1340645290"
  70.  
  71. ypcall(function()
  72. shirt = Instance.new("Shirt", char)
  73. shirt.Name = "Shirt"
  74. pants = Instance.new("Pants", char)
  75. pants.Name = "Pants"
  76. char.Shirt.ShirtTemplate = Shirt
  77. char.Pants.PantsTemplate = Pants
  78. end)
  79.  
  80. c = "White"
  81.  
  82. vt=Vector3.new
  83. cf=CFrame.new
  84. euler=CFrame.fromEulerAnglesXYZ
  85. angles=CFrame.Angles
  86.  
  87. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  88. local fp=Instance.new("Part")
  89. fp.formFactor=formfactor
  90. fp.Parent=parent
  91. fp.Reflectance=reflectance
  92. fp.Transparency=transparency
  93. fp.CanCollide=false
  94. fp.Locked=true
  95. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  96. fp.Name=name
  97. fp.Size=size
  98. fp.Position=Character.Torso.Position
  99. fp.Material=material
  100. fp:BreakJoints()
  101. return fp
  102. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement