Snipcola c980263dad
All checks were successful
Release / Build, Bundle, & Release (push) Successful in 52s
0.5.3: update dependencies
2025-01-11 14:14:32 +00:00
2025-01-02 03:10:19 +00:00
2024-10-16 10:33:32 +01:00
2025-01-02 03:10:19 +00:00
2025-01-02 03:10:19 +00:00
2025-01-02 03:10:19 +00:00
2024-12-29 03:19:58 +00:00
2024-09-22 21:13:29 +01:00
2025-01-11 14:14:32 +00:00
2025-01-02 03:10:19 +00:00

Roblox-AI

Automates your Roblox character, enabling communication with others and custom functions.
Note: This project was created with Create-Roblox-TS-Script - refer there for compilation.

Script

getgenv()["RobloxAI.Config"] = {
  Script = {
    Name = "RobloxAI",
    Whitelist = {},
    Blacklist = {},
    Debug = false
  },
  Settings = {
    AntiAFK = true,
    MinimumDistance = 8,
    MessageProcessDelay = 1,
    LookSpeed = 0.25
  },
  AI = {
    Prompt = "",
    Model = "gpt-4o-mini",
    EnabledFunctions = {
      "sendMessage",
      "lookAtPlayer",
      "teleportToPlayer",
      "walkToPlayer",
      "followPlayer",
      "stopWalkingToPlayer",
      "jump",
      "setWalkSpeed",
      "setJumpPower"
    },
    MaximumCharacterLimit = 200,
    MaximumMessageContext = 5,
    Api = "https://api.openai.com/v1/chat/completions",
    Key = "" -- Replace with your OpenAI API key.
  }
}

loadstring(game:HttpGetAsync("https://git.snipcola.com/snipcola/Roblox-AI/releases/download/latest/script.min.luau"))()
Description
Become an AI on Roblox.
Readme 16 MiB
2025-01-11 14:15:27 +00:00
Languages
TypeScript 96%
JavaScript 4%