#Is chat gpt stupid

97 messages · Page 1 of 1 (latest)

zenith flame
#

This is the code it told me to put in. SO that when you jump you 2x your speed

local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()

local speedMultiplier = 2 -- Adjust this value to change the jump speed multiplier

character:WaitForChild("Humanoid").JumpPower = character:WaitForChild("Humanoid").WalkSpeed * speedMultiplier

-- Reset the JumpPower when the player lands
character:WaitForChild("Humanoid").StateChanged:Connect(function(oldState, newState)
if newState == Enum.HumanoidStateType.Seated or newState == Enum.HumanoidStateType.Physics then
character:WaitForChild("Humanoid").JumpPower = character:WaitForChild("Humanoid").WalkSpeed
end
end).

white root
#

first of all

#

add 3 ` at the beginning and end at ur code to make it easier to read

#

second

zenith flame
#

?

white root
#

im pretty sure u can just do Humanoid.Jump = true

zenith flame
#

bro i started learning scripting yesterday

zenith flame
#

i bareley know what variebles are 😭😭

white root
#

variables are so easy..

zenith flame
#

i can sedn a code i writen

white root
#

i literally learned it the first day i started learning..

zenith flame
#

on alesson

white root
#

ok

#

im gonna regret this arent i

#

ok send

zenith flame
#

local part = script.Parent
part.Material = Enum.Material.Neon
part.CanCollide = true
part.BrickColor = BrickColor.new("Really red") --Customizing the part
--Making the Killbrick
part.Touched:Connect(function(hit) -- Checks if the part is touched, and if so, connects to a funciton
if hit.Parent:FindFirstChild("Humanoid") then --Checking if its a player, and proceeding if so
hit.Parent.Humanoid.Health = 0 -- Sets the players health to 0
end
end)

#

im proud of this >:)

white root
#

this is copy pasted isnt it

zenith flame
#

my friend gave me a 1 hour lesson

#

and now i understand all of it

white root
#

but u can barely understand variables?

zenith flame
#

Im sorry but whats a varieble

#

😭

white root
#

a variable is something that contains information

#

for example

#

it can contain a string like this "Hello world"

#

a number such as 10

zenith flame
#

ohh ok

white root
#

a bool value which is true or false

zenith flame
#

Should i make something simpler to start of with?

white root
#

and a table, array, or dictionaru

zenith flame
#

So

white root
#

but

zenith flame
#

i ve been thinking

white root
#

i found a solution on devforum

zenith flame
white root
#

Humanoid:ChangeState(Enum.HumanoidStateType.Jumping)

zenith flame
#

?

#

oh devforum

white root
#

i havent really experimented with jumping so idk how to solve ur problem

zenith flame
#

but look i have an idea

#

cna you tell me if its simple to start with

white root
#

prob not but ok

zenith flame
#

So its a sandbox shooter, that contains a gun that i made myself, and that has a global leaderboard that keeps track of the top kills

white root
zenith flame
#

no

#

i didnt

#

i want to try to make one

#

or is it hard

white root
#

hnn

#

hmm

zenith flame
#

Bro i edit videos this shit is so confusing 😭😭

white root
#

i wouldn't say hard but i wouldn't say it's easy

#

i'd say it's somewhere in between

white root
#

maybe its cuz im not used to capcut

#

but back to topic

#

just learn from devforum man

zenith flame
#

what is that

white root
#

or devking

zenith flame
#

i went on it

white root
#

its an official roblox developer forum

zenith flame
#

how do i use it tho

white root
#

i recommend u start with devking's beginner series

white root
#

after u done that, u can post topics on devforum

white root
#

yep

#

he should have a playlist

#

of beginner and advanced

zenith flame
#

found it

white root
#

start with beginner

#

also

#

i have a tip that beginners need to know

zenith flame
#

?

white root
#
  1. DONT GET STUCK IN TUTORIAL HELL
zenith flame
#

wym

white root
#
  1. TAKE BREAKS, FOR GOD'S SAKE DON'T LET UR EGO TAKE OVER TO BEAT THAT DAMN ERROR
#

its when all u do is follow tutorials

zenith flame
#

ohh

#

yeah i dont want to do dat

white root
#

i got stuck in tutorial hell

zenith flame
#

I want to learn scripting and then create whatever i want

#

but ik its hard to get to that level

white root
#

my learning was stopped as soon as i touched youtube

#

thankfully i got out

white root
zenith flame
#

is there a list you could d give me of like "Tasks"

#

i need to do

white root
#

alr

#

lets take this to dm

fallow owl
#

50% of the times, yes

fresh wave
#

70%