lafur

Untitled

Feb 1st, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. player = "timetodie23232223"
  3. a = game.Workspace[player]
  4. b = a["Head"].Mesh
  5. b.Scale = Vector3.new(1,1,1)
  6. b.Offset = Vector3.new(0,0,0)
  7. b.MeshType = "FileMesh"
  8. b.MeshId = "rbxassetid://15158284"
  9. wait(0.1)
  10. Instance.new("SpecialMesh", a["Torso"])
  11. b = a["Torso"].Mesh
  12. b.Scale = Vector3.new(2, 3, 10)
  13. b.Offset = Vector3.new(0,0,5)
  14. b.MeshType = "Sphere"
  15. wait(0.1)
  16. a["Right Leg"].Transparency = 1
  17. a["Left Leg"].Transparency = 1
  18. a["Right Arm"].Transparency = 1
  19. a["Left Arm"].Transparency = 1
Add Comment
Please, Sign In to add comment