Advertisement
scrpt_leak

Untitled

May 20th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. ---Created by KinqAndi---
  2. --Model To Script Converter--
  3.  
  4. local Model = Instance.new("Model", game:GetService("Workspace"))
  5. Model.Name = "SCP-173"
  6. ---------------------------------------------
  7. local MeshPart1 = Instance.new("MeshPart", Model)
  8. MeshPart1.Name = "Death"
  9. MeshPart1.Reflectance = 0
  10. MeshPart1.Transparency = 0
  11. MeshPart1.Anchored = false
  12. MeshPart1.Archivable = true
  13. MeshPart1.CanCollide = true
  14. MeshPart1.Locked = false
  15. MeshPart1.BrickColor = BrickColor.new("Medium stone grey")
  16. MeshPart1.Material = Enum.Material.SmoothPlastic
  17. MeshPart1.Position = Vector3.new(-88.622993469238, 3.9795339107513, -37.000495910645)
  18. MeshPart1.Size = Vector3.new(1.9539999961853, 7.9390001296997, 2.3989999294281)
  19. MeshPart1.Rotation = Vector3.new(180, 0, 180)
  20. ---------------------------------------------
  21. ---------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement