Advertisement
Versqual

Untitled

Aug 13th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Ha = Character.Head:Clone()
  2.  
  3. Ha.BrickColor = BrickColor.new("New Yeller")
  4. Ha.face:Remove()
  5. Ha2 = Ha:Clone()
  6. Ha.Transparency = 0.5
  7. Ha.Name = "Head"
  8. Ha.Reflectance = 0.7
  9. Ha.Mesh.Scale = Ha.Mesh.Scale + Vector3.new(0.05,0.05,0.05)
  10.  
  11. Ha2.Name = "HeadMotor"
  12. Ha2.Transparency = 1
  13. Ha2.Mesh:Remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement