Can someone identify and solve my problem?
enter image description here
How to play a sound in Setup Factory
I am trying to play a looping audio file in the background on a program. What libraries should I use? The problem is the program is old and does not have wide popularity, but the program is beautiful and has great features. I wanted to learn about this program, but for nothing.
Lua: Missing argument in inventoryEvent.OnServerEvent
I get the error from the title in my Roblox(Lua) code. Here’s the code:
local inventoryEvent = game.ReplicatedStorage.Remotes.InventoryEvent
Lua not being able to load a script
The following code:
Lua Variables And Its Effect On Speed And Memory
So if I understand this correctly, Lua data types of string, numbers are values, while functions and tables are references. Does this mean that if I do:
How do I decrypt an encrypted lua file?
I would like to know how to decrypt an encrypted lua file like the one in the image.enter image description here
Lua Minimalization (literally minimizing it to it’s smallest format)
The issue, not really an issue, is something I am interested to learn. It is how to minimize my code so it literally becomes the smallest format it can possibly.
How can I define types for a table?
^^^
Evaluating a function that returns nothing
function foo() end
LUA – “malformed number near”
I have the following Lua script and it works fine until I add two decimal points. It errors with “malformed number near ‘10.7.5’”