For updates and support, join the RoAPI Discord
logo
ro.py
Index
Initializing search
    ro-py/ro.py
    • Overview
    • Tutorials
    • Code Reference
    ro-py/ro.py
    • Overview
      • Index
      • Get Started
      • Authentication
      • Error Handling
      • Thumbnails
      • Pagination
      • ROBLOSECURITY
      • Bases
      • Extensions
      • Migrating to v2.0
        • __init__
        • account
        • assets
        • badges
          • __init__
          • baseasset
          • basebadge
          • baseconversation
          • basegamepass
          • basegroup
          • baseinstance
          • baseitem
          • basejob
          • baseplace
          • baseplugin
          • baserobloxbadge
          • baserole
          • basesociallink
          • baseuniverse
          • baseuser
        • chat
        • client
        • conversations
        • creatortype
        • delivery
        • friends
        • gamepasses
        • groups
        • instances
        • jobs
        • members
          • __init__
          • partialbadge
          • partialgroup
          • partialrole
          • partialuniverse
          • partialuser
        • places
        • plugins
        • presence
        • promotionchannels
        • resale
        • robloxbadges
        • roles
        • shout
        • sociallinks
        • threedthumbnails
        • thumbnails
        • universes
        • users
          • __init__
          • exceptions
          • iterators
          • requests
          • shared
          • types
          • url
        • wall

    Index

    This tutorial is intended for people building standalone applications. It expects basic Python knowledge but will explain almost everything you need to know to build. Make sure to read through the entire page instead of skimming it to ensure you don't miss anything important!

    If at any point you are struggling to understand what to do, join the RoAPI Discord for help and support.

    Previous Overview
    Next Get Started
    Made with Material for MkDocs