Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CV="Hot pink"
- Reaper = Instance.new("Model",Character)
- Reaper.Name = "Reaper"
- rh = Instance.new("Part")
- rh.Name = "rh"
- rh.Parent = Reaper
- rh.Locked = true
- rh.CanCollide = false
- mesh = Instance.new("SpecialMesh")
- rh.formFactor = "Symmetric"
- mesh.MeshType = "FileMesh"
- mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
- mesh.TextureId = "http://www.roblox.com/asset/?id=250577405"
- mesh.Scale = Vector3.new(1.05, 1.05, 1.05)
- mesh.Parent = rh
- local weld = Instance.new("Weld")
- weld.Parent = rh
- weld.Part0 = rh
- weld.Part1 = Player.Character.Head
- weld.C0 = CFrame.new(0, -0.045, -0.028)*CFrame.Angles(0, 0, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement