Advertisement
JRKPastesBins

Untitled

Jul 27th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. p1 = Instance.new("Part",char)
  2. p1.BrickColor = BrickColor.new("Dark indigo")
  3. p1.FormFactor = Enum.FormFactor.Custom
  4. p1.Size = Vector3.new(10, 10, 10)
  5. p1.CanCollide = false
  6. p1.Locked = true
  7. p1.BottomSurface = Enum.SurfaceType.Smooth
  8. p1.TopSurface = Enum.SurfaceType.Smooth
  9. SMesh = Instance.new("SpecialMesh", p1)
  10. SMesh.MeshId = "http://www.roblox.com/asset/?id=560718478"
  11. SMesh.TextureId = ""
  12. SMesh.MeshType = Enum.MeshType.FileMesh
  13. SMesh.Name = "Mesh"
  14. SMesh.VertexColor = Vector3.new(0, 0, 0)
  15. SMesh.Scale = Vector3.new(1, 0.9, 1)
  16. w1 = Instance.new("Weld", hed)
  17. w1.Part0 = hed
  18. w1.C0 = CFrame.new(0,-1.5,0)
  19. w1.Part1 = p1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement