Advertisement
mr2meows

thingy

Jun 27th, 2022 (edited)
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. -- Objects To Lua Make By HairBaconGamming --
  2. local Module_Scripts = {}
  3. local Baseplate = Instance.new("Part")
  4.  
  5. -- Properties --
  6.  
  7. Baseplate.Anchored = true
  8. Baseplate.BrickColor = BrickColor.new([[Dark stone grey]])
  9. Baseplate.CFrame = CFrame.new(0, -10, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  10. Baseplate.Color = Color3.new(0.388235, 0.372549, 0.384314)
  11. Baseplate.Locked = true
  12. Baseplate.Name = [[Baseplate]]
  13. Baseplate.Parent = script
  14. Baseplate.Position = Vector3.new(0, -8, 0)
  15. Baseplate.Size = Vector3.new(2048, 16, 2048)
  16.  
  17. -- End --
  18. -- Thank for using --
  19. game.Workspace.Base:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement