Advertisement
JRKPastesBins

Untitled

Jul 27th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 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.CanCollide = false
  5. p1.Locked = true
  6. p1.BottomSurface = Enum.SurfaceType.Smooth
  7. p1.TopSurface = Enum.SurfaceType.Smooth
  8. SMesh = Instance.new("SpecialMesh", p1)
  9. SMesh.MeshId = "http://www.roblox.com/asset/?id=560718478"
  10. SMesh.TextureId = ""
  11. SMesh.MeshType = Enum.MeshType.FileMesh
  12. SMesh.Name = "Mesh"
  13. SMesh.VertexColor = Vector3.new(0, 0, 0)
  14. w1 = Instance.new("Weld", hed)
  15. w1.Part0 = hed
  16. w1.C0 = CFrame.new(0,-1.5,0)
  17. w1.Part1 = p1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement