Native function not found

Error: https://got-your.bigno.se/de3525f.png
Code: https://you-have-a.bigno.se/4278104.png

I have asked multiple times in the discord and received no help.

I am running it clientside.

Can’t reproduce.

Are you sure you’re using the latest resource manifest version?

I have used:

44febabe-d386-4d18-afbe-5e627f4af937 (which is my current one)

I tested:

05cfa83c-a124-4cfa-a768-c24a5811d8f9 as I was asked to by someone in the discord.

__resource.lua:

resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'

client_script 'test.js'

test.js:

console.log('a?');
console.log(N_0x3bab9a4e4f2ff5c7());
console.log('b?');

Also, that’s a weird console in your screenshot. I hope you are aware that game natives are only executable client-side?

Yeah, that was my initial thought as well.

Let me test and double check

It seemed to be a webpack issue, deleting the compiled file and letting it redo itself fixed it.

Slightly unrelated but, can you only have one setTick()?

Closed. Turned out to be a user error and not a bug.