0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

robloxでassistant その4

Posted at

概要

robloxでassistantやってみた。

質問

websocketは、できますか

回答

申し訳ありませんが、Robloxの公式ドキュメントにはWebSocketに関する情報は見つかりませんでした。Robloxでは、HTTPリクエストを送信するためのHttpServiceクラスが提供されていますが、WebSocketに関する直接的なサポートは提供されていないようです。
ただし、一部の開発者は、LuaでWebSocketを実装するための外部ライブラリを使用しています。これにより、Roblox内でWebSocket通信を行うことができます。ただし、外部ライブラリの使用には注意が必要であり、セキュリティリスクを避けるために信頼できるソースからのみリクエストを受け入れるようにしてください。
もし他に質問があれば、お気軽にどうぞ!

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?