Advertisement
Unicornelias

Untitled

Jul 13th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1.  
  2. CV="Hot pink"
  3.  
  4. Reaper = Instance.new("Model",Character)
  5. Reaper.Name = "Reaper"
  6. rh = Instance.new("Part")
  7. rh.Name = "rh"
  8. rh.Parent = Reaper
  9. rh.Locked = true
  10. rh.CanCollide = false
  11. mesh = Instance.new("SpecialMesh")
  12. rh.formFactor = "Symmetric"
  13. mesh.MeshType = "FileMesh"
  14. mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  15. mesh.TextureId = "http://www.roblox.com/asset/?id=250577405"
  16. mesh.Scale = Vector3.new(1.05, 1.05, 1.05)
  17. mesh.Parent = rh
  18. local weld = Instance.new("Weld")
  19. weld.Parent = rh
  20. weld.Part0 = rh
  21. weld.Part1 = Player.Character.Head
  22. weld.C0 = CFrame.new(0, -0.045, -0.028)*CFrame.Angles(0, 0, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement