Engine bug, or function not working?

My function is not working,or it’s a Studio bug, because it works, but now, nope… it doesn’t works.

  16:12:52.447 - ServerScriptService.Interactions2:7: attempt to call global 'GetLogs' (a nil value)
1 Like

You’re trying to call GetLogs() before actually declaring the function - if you put the line GetLogs() after the function is declared it will work :smiley:

2 Likes

Please use ``` to format your code and not show a screenshot here, it makes it easier to read and test to ultimately help you.

The problem was already fixed with the last response. Not sure if they have come back here to read it yet though.