Advertisement
FiveRoNer

Untitled

Jul 10th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. mask2 = Instance.new("Part", dir)
  2. mask2.Anchored = false
  3. mask2.CanCollide = false
  4. mask2.Size = Vector3.new(.5, .5, .5)
  5. local mesh = Instance.new("SpecialMesh", mask2)
  6. mesh.MeshId = "rbxassetid://13520257"
  7. mesh.TextureId = "rbxassetid://149756906"
  8. local weldparts = Instance.new("Weld", mask2)
  9. weldparts.Part0 = mask2
  10.  
  11. weldparts.C0 = CFrame.new(0, 0, 0.54)
  12. mask.Transparency = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement