MODFINDER_STOCK_MODS

anti_fall

Jul 5th, 2024
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. local function anti_fall_tournament()
  2. local part = Instance.new("Part")
  3. part.Color = Color3.new(0.639216, 0.635294, 0.647059)
  4. part.Anchored = true
  5. part.RightSurface = Enum.SurfaceType.Smooth
  6. part.Material = Enum.Material.Plastic
  7. part.Size = Vector3.new(2047.9000244140625, 0.699999988079071, 2047.9000244140625)
  8. part.BackSurface = Enum.SurfaceType.Smooth
  9. part.BottomSurface = Enum.SurfaceType.Smooth
  10. part.CanCollide = true
  11. part.LeftSurface = Enum.SurfaceType.Smooth
  12. part.Transparency = 0
  13. part.Name = "Part"
  14. part.CFrame = CFrame.new(4495.9502, 80.3499985, 919.249878, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  15. part.FrontSurface = Enum.SurfaceType.Smooth
  16. part.TopSurface = Enum.SurfaceType.Smooth
  17. end
  18.  
  19. anti_fall_tournament()
Advertisement
Add Comment
Please, Sign In to add comment