RobloAI: Self-Processing AI Responses (First on Roblox)

RobloAI is a smart AI module for Roblox that automatically processes player chat by extracting words, fetching live definitions or answers via web requests, and generating relevant responses.

Features:

  • Cleans and parses sentences to isolate words, ignoring punctuation.
  • Uses DuckDuckGo’s API to get definitions and answer questions dynamically.
  • Handles greetings, farewells, and common conversational cues.
  • Easily extendable and requires no external setup.
  • And… This AI will only get more intelligent.

Pros:

  • The rate limit is way better than External Sources
  • This AI get’s VERY detailed
  • This AI will only get stronger (Very weak right now)
  • This AI has an open-sourced place to test
  • This AI is completely free
  • This AI supports pretty much all common words

Cons:

  • This AI can’t currently calculate math problems
  • This AI can’t process long questions
  • This AI can’t process some short questions
  • This AI can’t convert words like “Yoooo” into “Yo” and won’t understand
    Butt… As said before, this AI will only get more powerful and it’ll eventually be able to do all of these things.

How to Use:

  • Require the module
local SSS = game:GetService("ServerScriptService")
local RobloAI = require(SSS:WaitForChild("RobloAI"))
  • Get a response with a single line of code
local SSS = game:GetService("ServerScriptService")
local RobloAI = require(SSS:WaitForChild("RobloAI"))

local AIResponse = RobloAI:SendMessage("Who is Albert Einstein")
print(AIResponse)

Wala, you have an AI response just like that.
Also make sure HTTPRequests are enabled on your game.

:link: Opensource Place:

12 Likes

This might get popular! Looking forward into it.

1 Like

Thanks! I have the first update planned for tonight!

1 Like

Let me check this bad boy out real quick! :slight_smile:

1 Like


HMMMMMM

Whoops, I’ll fix that shortly lol. The update will come out with the fix in like five minutes since I need to fix this anyways

thats great, xd, i said “Who made you” at the very first he said he dunno how to answer that. hes at schoolllll

Yeah lol, It’s very weak right now. Sometimes it’ll give you answers that you weren’t asking for, so for say, if I said who is the music artist “NF”, it’ll tell me about Netflix… :sob:

LOL! Yeah i tested that, i said what it told me about WhatsApp-

Also this lol eventuallyyyyyyyy


Yes, it’ll be way more intelligent next update, but it might not be able to answer that lol, that’ll be fixed the update following this update.

OKAY! whens it releasing im toooooooo excited xd, when i ask him questions he math.random’s the fallBack or something else messages and print it out

edit: i asked him ‘whats the best game on roblox’

RobloAI Update:

Intelligence: V1.0.1
Processor: V1.0.0
Internet: V1.0.0

Intelligence Upgraded (V1.0.1)

Math Support

RobloAI now supports math equations.
(Multiplication, Division, Subtraction, Addition, and Exponents)
It doesn’t matter how long the equations are

Memory

RobloAI now remembers the last 5 previous messages
RobloAI can refer back to another conversation you have had
RobloAI memory will be improved massively next update
For now, RobloAI won’t be able to answer some questions with memory due to it’s current intelligence level.

Defining

RobloAI can now define common words
Ask: (define X) > X = word
Or Ask: (What does X mean)

1 Like

Hold on, its completely broken now. It’s being fixed right now!

Everything is back up and working!

Can’t really say it’s the first, @Magus_ArtStudios has a topic showcasing how you can use HuggingFace’s Inference API in roblox:

HuggingFace is actually goated, their Inference API limitations is pretty generous.

Though using HTTPService is somewhat unreliable, since you could exhaust your HTTP quota real fast (I tried doing something like this and the quota is just gone after 5 minutes)

Plus, there’s project axiom by @MYOriginsWorkshop that aims to do actual somewhat LLM into native roblox, no API requests, it’s all done in Roblox

1 Like

Hi @Artzified! RobloAI is different because RobloAI goes through a set of words (the sentence you have entered) and then gets the definition of each word, RobloAI then uses its Intelligence module to put all of those definitions together to found out what you said, and it’ll respond in the most intelligent way it can.

I’m focusing on making the AI more intelligent, and it’s a digital bot that speaks to you pretty much. The AI focuses on intelligence and knowledge, so for say, math, IRL knowledge, and Technology Knowledge.

It’s the first project on Roblox that does this super complex but also super efficiently. Eventually I’ll add rate limits on RobloAI to prevent people’s HTTP quota from exhausting out.

RobloAI Update:

Intelligence: V1.0.2
Processor: V1.0.0
Internet: V1.0.1

Intelligence Upgraded (V1.0.2)

Short Term Responses

RobloAI now answers 1-3 word sentences
RobloAI now understands when your mad or sad

Scrambled Intelligence

RobloAI now prioritizes what needs to be thought of first
Example: Memory > Math

Yes/No Questions

RobloAI is very weak with these questions
For now, most wont be answered, they’re being experienced and tested

Internet Upgraded (V1.0.1)

Internet Ratelimit

The processor now avoids sending requests to much
Networking will be way better upon sending messages

It doesn’t seem super complex (at least compared to other resources), if only this supported function calling, then it’ll stand out

What other functions would you suggest?