SpiritualDonut

Untitled

Jun 30th, 2018
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. local Player = game:service'Players'.LocalPlayer
  2. repeat wait() until Player.Character
  3. local Character = Player.Character
  4. local Char, Plr = Character, Player
  5. local Mouse = Player:GetMouse()
  6.  
  7. Reaper2 = Instance.new("Model") --anime
  8. Reaper2.Parent = Player.Character
  9. Reaper2.Name = "Reaper2"
  10. rh2 = Instance.new("Part")
  11. rh2.Parent = Reaper2
  12. rh2.Locked = true
  13. rh2.CanCollide = false
  14. mesh2 = Instance.new("SpecialMesh")
  15. rh2.formFactor = "Symmetric"
  16. mesh2.MeshType = "FileMesh"
  17. mesh2.MeshId = "http://www.roblox.com/asset/?id=524411882"
  18. mesh2.TextureId = "http://www.roblox.com/asset/?id=377072700"
  19. mesh2.Scale = Vector3.new(0.08, 0.08, 0.08)
  20. mesh2.Parent = rh2
  21. local weld2 = Instance.new("Weld")
  22. weld2.Parent = rh2
  23. rh2.Transparency = 0
  24. weld2.Part0 = rh2
  25. weld2.Part1 = Player.Character.Head
  26. weld2.C0 = CFrame.new(-0, -0.1, 0.2)*CFrame.Angles(0, 216.7, 0)
  27.  
  28. --// Removers
  29. for i,v in pairs(Char:children()) do
  30. if v:IsA("Hat") then
  31. v:Destroy()
  32. end
  33. end
  34. for i,v in pairs(Char:children()) do
  35. if v:IsA("Accessory") then
  36. v:Destroy()
  37. end
  38. end
  39. for i,v in pairs(Char:children()) do
  40. if v:IsA("Hair") then
  41. v:Destroy()
  42. end
  43. end
Add Comment
Please, Sign In to add comment