SkillAgentSearch skills...

Pyrobloxbot

A python library to control the roblox character and interact with game ui through keyboard inputs

Install / Use

/learn @Mews/Pyrobloxbot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pyrobloxbot

Documentation badge PyPI Version PyPI Downloads

pyrobloxbot is an open-source package for making Roblox bots that interact with the game strictly through the keyboard.

It simplifies this process by providing features like:

  • Methods for most actions your character can make, like movement, chatting, resetting, etc
  • Methods to navigate through game ui elements through the keyboard only, to avoid needing the mouse which is unreliable
  • Methods to join games, join users and join private servers
  • Highly customizable bots, by changing different options to fit your use case
  • A global failsafe to avoid your bot going rogue
  • Support for multi account bots

Installation guide

pyrobloxbot can be installed using pip, by doing:

pip install pyrobloxbot

[!NOTE] For now, pyrobloxbot is Windows only. See the issue tracker for updates.

Documentation

Read the documentation at https://pyrobloxbot.readthedocs.io/en/latest/index.html

There you'll find:

  • API references
  • Basic and advanced usage guides
  • Step by step, real life examples
  • Pieces of wisdom I've gathered after making tens of bots with pyrobloxbot

Have a question?

Don't hesitate to ask!

You can check the FAQ, open an issue, or contact me on discord (mews75)!

Got an idea?

All feature requests are welcome!

You can submit them on github by opening an issue and using the feature template.


Also, feel free to share anything you make with me through my discord (mews75)!

Usage/Examples

import pyrobloxbot as bot

#Send a message in chat
bot.chat("Hello world!")

#Walk forward for 5 seconds
bot.walk_forward(5)

#Reset player character
bot.reset_player()

Changelog

View on GitHub
GitHub Stars25
CategoryDevelopment
Updated3d ago
Forks9

Languages

Python

Security Score

95/100

Audited on Mar 27, 2026

No findings