I tried many times to use loadstring on a localscripts but that didn’t work
So I will be really happy if someone answer me
that’s the code :
local x = “print(‘Hello world’)”
loadstring(x)()
When I execute it it just say :
loadstring() is not available
So I tried to enable the loadstring on the server script service (And yeah it worked on a script but not a a local one)
but still the same error
If you know the answer please answer me.