#scripting issues
1 messages · Page 1 of 1 (latest)
You have errors in your code
Red underlines means it’s written incorrectly
🙏
if ur gonna script from a tutorial at least learn the basics
but here is how to fix it
i just watched a toturial and winged it lol
local currentpunch = 0
debounce = false
debounce = false
debounce = false
thats for all the red lines
so take out the == and replace it with =
** You are now Level 1! **
so do i replace all == with = in the "if current punch" stuff
with the "if current punch" stuff
nah thats good
alr
i changed the debounce and current punch to 1 =
i tried it and nothing happened
its meant to do 1 punch then another punch when i click my mouse but no animations play
Learn the basics bruh, its like u cant even talk yet but in programming sense
U missing lot of operators and spelling
Alr thanks for the advice
dw bro ur special in a good way. 👍
the "==" is basically a check.
if you just do "=" then you set the value, if you do "==" then you're checking if it's f.ex. true.
if player.Name == "John" (Checks if the player has the name "
player.Name = "John" (Sets player name to John"