Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- p1 = Instance.new("Part",char)
- p1.BrickColor = BrickColor.new("Dark indigo")
- p1.FormFactor = Enum.FormFactor.Custom
- p1.CanCollide = false
- p1.Locked = true
- p1.BottomSurface = Enum.SurfaceType.Smooth
- p1.TopSurface = Enum.SurfaceType.Smooth
- SMesh = Instance.new("SpecialMesh", p1)
- SMesh.MeshId = "http://www.roblox.com/asset/?id=560718478"
- SMesh.TextureId = ""
- SMesh.MeshType = Enum.MeshType.FileMesh
- SMesh.Name = "Mesh"
- SMesh.VertexColor = Vector3.new(0, 0, 0)
- w1 = Instance.new("Weld", hed)
- w1.Part0 = hed
- w1.C0 = CFrame.new(0,-1.5,0)
- w1.Part1 = p1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement