Advertisement
RyanDaCoder

Birth

Jul 27th, 2017
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. local otherstuff = "0.4, 0.2, 0.4"
  2. local head = "1.2, 0.6, 0.8"
  3. local me = game.Players.LocalPlayer.Character
  4. local baby = Instance.new("Part")
  5. local mesh = Instance.new("SpecialMesh")
  6. mesh.Name = "BabyHead"
  7. mesh.MeshType = "Head"
  8. baby.Size = Vector3.new(head)
  9. baby.BrickColor = BrickColor.new("Pastel brown")
  10. baby.CFrame = me.Torso.CFrame
  11. baby.Anchored = false
  12. mesh.Parent = baby
  13.  
  14. local otherstuff = Instance.new("Part")
  15. otherstuff.BrickColor = BrickColor.new("Lily white")
  16. otherstuff.CFrame = me.Torso
  17. otherstuff.Parent = game.Workspace
  18.  
  19. local otherstuff2 = Instance.new("Part")
  20. otherstuff2.BrickColor = BrickColor.new("Lily white")
  21. otherstuff2.CFrame = me.Torso
  22. otherstuff.Parent = game.Workspace
  23.  
  24. local otherstuff3 = Instance.new("Part")
  25. otherstuff3.BrickColor = BrickColor.new("Lily white")
  26. otherstuff3.CFrame = me.Torso
  27. otherstuff.Parent = game.Workspace
  28.  
  29. local otherstuff4 = Instance.new("Part")
  30. otherstuff4.BrickColor = BrickColor.new("Lily white")
  31. otherstuff4.CFrame = me.Torso
  32. otherstuff.Parent = game.Workspace
  33.  
  34. baby.Parent = game.Workspace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement