Advertisement
VoidScript

ddadad

May 21st, 2018
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 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. local Part1 = Instance.new("Part", Model)
  8. Part1.Name = "Baseplate"
  9. Part1.Reflectance = 0
  10. Part1.Transparency = 0
  11. Part1.Anchored = true
  12. Part1.Archivable = true
  13. Part1.CanCollide = true
  14. Part1.Locked = true
  15. Part1.BrickColor = BrickColor.new("Light orange")
  16. Part1.Material = Enum.Material.Sand
  17. Part1.Position = Vector3.new(0, -10, 0)
  18. Part1.Size = Vector3.new(512, 20, 512)
  19. Part1.Rotation = Vector3.new(0, 0, 0)
  20. ---------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement