#💬 tanatswa111ʹs Feedback
1 messages · Page 1 of 1 (latest)
Thanks ❤️
This actually generates an image inside roblox?
Can u give more videos?
Maybe game link to try for ourselves
yes
does it actually does it
or its premade
im a bit sceptic
can you send video
and try "monkey eating an orange"
Ye lol
ok let me open in studio
I am recording
the AI is down for some reason
but I have a vid I recorded before
K
how is it?
It loaded, very cool
How did u code the webhook?
Was it straight from roblox to AI
no
Or did u need a middle software
python in between
I can explain if u want
Sure
Roblox sends post request to the flask web server with the prompt
from there python sends request to the AI with the prompt
the AI returns link to the image
python uses PIL to get pixel data
and sends the rgb color of each pixel to roblox
then returns colors to roblox
roblox will loop through each pixel
for example
[
[r, g, b],
[r,g,b]
]
and draws it using canvas draw
Genius. How long did it take?
an hr or 2
Wow
the code is very basic
Do you have any like uh education on coding?
I rushed it
no?
since 2020
it is very basic code mate
Ive been coding for half a year
cool
ok
Yea and i know luau ofc
you could look into http requests
Im gonna try to make some OOP and metatables first
ok
Keep up the good job mate