Advertisement
scriptingtales

Base

Jun 22nd, 2022
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1.  
  2. local Base = Instance.new("Part")
  3. Base.Anchored = true
  4. Base.Archivable = true
  5. Base.BackParamA = -0.5
  6. Base.BackParamB = 0.5
  7. Base.BackSurface = Enum.SurfaceType.Smooth
  8. Base.BackSurfaceInput = Enum.InputType.NoInput
  9. Base.BottomParamA = -0.5
  10. Base.BottomParamB = 0.5
  11. Base.BottomSurface = Enum.SurfaceType.Smooth
  12. Base.BottomSurfaceInput = Enum.InputType.NoInput
  13. Base.BrickColor = BrickColor.new("Forest green")
  14. Base.CFrame = CFrame.new(0.019763367250561714, -0.6000000238418579, 0.9492830634117126)*CFrame.Angles(-0, -0, -1)
  15. Base.CanCollide = true
  16. Base.CollisionGroupId = "0"
  17. Base.Color = Color3.new(0.121569, 0.501961, 0.113725)
  18. Base.FrontParamA = -0.5
  19. Base.FrontParamB = 0.5
  20. Base.FrontSurface = Enum.SurfaceType.Smooth
  21. Base.FrontSurfaceInput = Enum.InputType.NoInput
  22. Base.LeftParamA = -0.5
  23. Base.LeftParamB = 0.5
  24. Base.LeftSurface = Enum.SurfaceType.Smooth
  25. Base.LeftSurfaceInput = Enum.InputType.NoInput
  26. Base.Locked = false
  27. Base.Material = Enum.Material.Grass
  28. Base.Name = "Base"
  29. Base.Orientation = Vector3.new(0, 0, 0)
  30. Base.Parent = BTExport
  31. Base.Position = Vector3.new(0.019763367250561714, -0.6000000238418579, 0.9492830634117126)
  32. Base.Reflectance = 0
  33. Base.RightParamA = -0.5
  34. Base.RightParamB = 0.5
  35. Base.RightSurface = Enum.SurfaceType.Smooth
  36. Base.RightSurfaceInput = Enum.InputType.NoInput
  37. Base.RotVelocity = Vector3.new(0, 0, 0)
  38. Base.Rotation = Vector3.new(0, 0, 0)
  39. Base.Shape = Enum.PartType.Block
  40. Base.Size = Vector3.new(700.4130249023438, 1.2000000476837158, 700.2581176757812)
  41. Base.TopParamA = -0.5
  42. Base.TopParamB = 0.5
  43. Base.TopSurface = Enum.SurfaceType.Smooth
  44. Base.TopSurfaceInput = Enum.InputType.NoInput
  45. Base.Transparency = 0
  46. Base.Velocity = Vector3.new(0, 0, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement