Search found 1 match

by Memer
Thu Sep 01, 2022 10:27 pm
Forum: General
Topic: How do i fix this syntax error i have?
Replies: 4
Views: 2477

How do i fix this syntax error i have?

I am trying to make a clicks per second test application and im having a syntax error with my code so could anyone help me?? function love.load() local buttons = {} local texts = {} table.insert(buttons, newButton( "Click Me!", function() print("Button.... Yes...") end)) end --- ...