In this video, we put ChatGPT to the test by trying to use it for scripting a Roblox game within a 10-minute time limit. ChatGPT is a …
In this video, we put ChatGPT to the test by trying to use it for scripting a Roblox game within a 10-minute time limit. ChatGPT is a …
Try ChatGPT Here
+ https://chat.openai.com/
Q: Why is the video 3 minutes long for a 10-minute challenge?
A: I removed all boring parts where people would have left the video. Only the good stuff is here. Saves you time and you get the same value if not better from the video!
It's difficult to program with chat gpt, you need a bit of programming knowledge and know how to interact with gpt in order to create functional scripts. Sometimes chat gpt writes the code incorrectly so you gotta know some Lua to fix those errors, or simply just be very specified and give chat gpt detailed information on what you want to achieve.
using UnityEngine;
public class MovementScript : MonoBehaviour
{
public float speed = 5f; // Speed of the movement
private Rigidbody2D rb;
private void Start()
{
rb = GetComponent<Rigidbody2D>();
}
private void Update()
{
float moveHorizontal = Input.GetAxis("Horizontal");
float moveVertical = Input.GetAxis("Vertical");
Vector2 movement = new Vector2(moveHorizontal, moveVertical);
rb.velocity = movement * speed;
}
}
if i learn script in roblox will it help me to make games in unity?
5K st like!
This video had a lot of potential but I think actually making a complete game would be better
Chatgpt really struggles with Lua
Your ChatGPT was going so slowly because of your internet I believe.
That ChatGPT thing scripts games better than me still💀💀💀
chat gpt is ass LOL
I love AI ❤
so the short answer is: no it cant do jack
bro chat gpt litereally scripted an entire game for me but idk how to use it rip :skull:
This dude changes a setting while the games is not playing and then starts the game and it's still 1 because it was not running at the time why it didn't save. Learn about things before you try to debunk them I made a procedural generated parkor map that keeps track of the highest point a player gets to its like the new game Only Up. And everytime the game starts the blocks are in different locations so Noone can remember the courses and chat gpt made the whole thing in few mins. 😆
Now chatGPT cant make any script lol sad
you can tell the ai if it made a mistake and it will fix it
if you put the word "code" and add a few more details it will write it for you. I have used it to help me make GTA V mods.
local welcomeFrame = Instance.new("Frame")
welcomeFrame.Size = UDim2.new(1, 0, 0, 100)
welcomeFrame.Position = UDim2.new(0, 0, 0.5, -50)
welcomeFrame.AnchorPoint = Vector2.new(0, 0.5)
welcomeFrame.BackgroundTransparency = 1
welcomeFrame.Parent = game.Players.LocalPlayer.PlayerGui
local welcomeText = Instance.new("TextLabel")
welcomeText.Size = UDim2.new(1, 0, 1, 0)
welcomeText.Text = "Welcome to the Game!"
welcomeText.Font = Enum.Font.SourceSansBold
welcomeText.TextSize = 24
welcomeText.TextColor3 = Color3.fromRGB(255, 255, 255)
welcomeText.BackgroundTransparency = 1
welcomeText.Parent = welcomeFrame
while wait(0.1) do
welcomeText.TextColor3 = Color3.fromHSV(tick() % 5 / 5, 1, 1)
welcomeText.Position = UDim2.new(0.5, 0, 0.5, -math.sin(tick()) * 10)
end
Use this to have a Smoother welcome message
Snapchat Ai is better than chatgpt😂
Thjs is how I made my games lol
And this video is less then five mins😂😂😂
First frfr
Goofy chat gpt 😅😂
403k Views AND 2 LIKES INCPUDING MINE 😂
f I
If I made a game thats code is used by strictly chatgpt will I still be able to put it into roblox???????????????
can someone give me the first code for the leaderboard?
HOW TO GET THIS THING I WANT IT TO MAKE THINGS FOR ME
dude hwo do you save the data I CANT FIGURE IT OUT NO TUTORIALS WORK ;-;
the title should be: can GPT code a leaderboard in 10 minutes….
hi
NOW THERES A ROBLOX CHATGPT
you should do the same thing, but do 1 minute, 10 minute, and 100 minute variations!
Description Gang
chatgpt is dumb***, roblox assistant better in roblox scripting
Comments are closed.