Advertisement
bobthebuilderwithbob

map?

Jun 16th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 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 = "Model"
  6. ---------------------------------------------
  7. ---------------------------------------------
  8. ---------------------------------------------
  9. ---------------------------------------------
  10. ---------------------------------------------
  11. ---------------------------------------------
  12. local Part6 = Instance.new("Part", Model)
  13. Part6.Name = "Part"
  14. Part6.Reflectance = 0
  15. Part6.Transparency = 3
  16. Part6.Anchored = true
  17. Part6.Archivable = true
  18. Part6.CanCollide = true
  19. Part6.Locked = false
  20. Part6.BrickColor = BrickColor.new("Black")
  21. Part6.Material = Enum.Material.Plastic
  22. Part6.Position = Vector3.new(-92.033447265625, 92.901397705078, -36.847229003906)
  23. Part6.Size = Vector3.new(1, 0.40000000596046, 1)
  24. Part6.Rotation = Vector3.new(-90, 0, 0)
  25. ---------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement