Sp_ceYT
I want to implant ChatGPT into my roblox game, but how?
(Client / Local Script)
Error: “Unrecognized request option url”
game.Players.PlayerAdded:Connect(function(player) --Whenever a player joins
player.Chatted:Connect(function(message) --When a player messages
local HttpService = game:GetService("HttpService")
local Success, Err = pcall(function()
Request = HttpService:RequestAsync(
{
url = "https://api.openai.com/v1/completions/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",
method = "GET",
Headers = {
["type"] = "application/json",
["message"] = message,
["id"] = "",
["name"] = "Chatbot"
},
}
)
end)
if not(Success)then --if error
warn(Err)
else --if sucess
print(Request.Body)
end
end)
end)
Popular Windows topics
Hi.
I’m new in WFP (Windows filtering platform) and I have some questions.
I want to create iptables new, established and related rules...
New
(Client / Local Script)
Error: “Unrecognized request option url”
game.Players.PlayerAdded:Connect(function(player) --Whenever a player ...
New
Hello, all.
I am excusing myself beforehand for the not Qt-related question but still, I know that your expertise extends a lot further ...
New
Hello Friends, I am in IT support at an institute.
I have a query in our office, since we have more than 100 computers, we must prepare ...
New
Hello.
My name is Nurlan, I’m from Kazakhstan.
I need the community’s help: I’ve found myself trapped and have been unable to escape fo...
New
Other popular topics
Algorithms and data structures are much more than abstract concepts. Mastering them enables you to write code that runs faster and more e...
New
What chair do you have while working… and why?
Is there a ‘best’ type of chair or working position for developers?
New
You might be thinking we should just ask who’s not using VSCode :joy: however there are some new additions in the space that might give V...
New
Rust is an exciting new programming language combining the power of C with memory safety, fearless concurrency, and productivity boosters...
New
I ended up cancelling my Moonlander order as I think it’s just going to be a bit too bulky for me.
I think the Planck and the Preonic (o...
New
Create efficient, elegant software tests in pytest, Python's most powerful testing framework.
Brian Okken @brianokken
Edited by Kat...
New
Use WebRTC to build web applications that stream media and data in real time directly from one user to another, all in the browser.
...
New
The File System Access API with Origin Private File System.
WebKit supports new API that makes it possible for web apps to create, open,...
New
Author Spotlight:
Peter Ullrich
@PJUllrich
Data is at the core of every business, but it is useless if nobody can access and analyze ...
New
If you’re getting errors like this:
psql: error: connection to server on socket “/tmp/.s.PGSQL.5432” failed: No such file or directory ...
New
Categories:
Sub Categories:
Popular Portals
- /elixir
- /rust
- /ruby
- /wasm
- /erlang
- /phoenix
- /keyboards
- /python
- /rails
- /js
- /security
- /go
- /swift
- /vim
- /clojure
- /haskell
- /emacs
- /java
- /svelte
- /onivim
- /typescript
- /kotlin
- /c-plus-plus
- /crystal
- /tailwind
- /react
- /gleam
- /ocaml
- /flutter
- /elm
- /vscode
- /ash
- /html
- /opensuse
- /centos
- /php
- /zig
- /deepseek
- /scala
- /sublime-text
- /lisp
- /textmate
- /react-native
- /nixos
- /debian
- /agda
- /kubuntu
- /arch-linux
- /django
- /revery
- /ubuntu
- /deno
- /nodejs
- /spring
- /manjaro
- /diversity
- /lua
- /julia
- /c
- /slackware






