Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. local c = script.Parent
  2. wait(2)
  3. local headset = Instance.new('Part', c)
  4. headset.CanCollide = false
  5. headset.CFrame = c.Head.CFrame + Vector3.new(0,0.25,0)
  6. local mesh = Instance.new('SpecialMesh', headset)
  7. mesh.MeshId = 'rbxassetid://480410440'
  8. mesh.TextureId = 'rbxassetid://480410463'
  9. mesh.Scale = Vector3.new(0.3,0.3,0.3)
  10. local weld = Instance.new('WeldConstraint', headset)
  11. weld.Part0 = headset
  12. weld.Part1 = c.Head
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement