#Whats the bug in this code
1 messages · Page 1 of 1 (latest)
** You are now Level 2! **
there are a lot more errors besides line 5
You shold take the coding fundementals course that roblox provides
https://create.roblox.com/docs/tutorials/fundamentals/coding-1/coding-fundamentals
when
if this button is clicked
script.Parent.ClickDetector.MouseClick:Connect(function()
Clicks += 1
end)
please go through this. I think you lack a lot of basic understanding that is covered here.
ty
i also do not see a problem with the code he sent at first. should work as intended. roblox problem.