Roblox Lua Error No Output Showing Send Copy Please - lua

me and my friends are really new to Roblox and need help fixing this code. We are following this https://www.youtube.com/watch?v=1eY_9jj1K8Q video and would really appreciate if you made a new Roblox world with just that code and GUIs and shared that world with us.
We tried the output method but there were no errors showing so this was the best way to find the solution for us.

Related

Im having difficulty understanding youtube tutorials about datastore on roblox, could anyone explain how i could make it?

I just want to understand how to code and create a functioning datastore in roblox lua

Audiokit create a blank sequence

I'm new to AudioKit (and Mac programming in general) but hopefully what I want to do is quite simple - the cookbook and documentation allude to the way forward, but don't give me exactly what I'm after.
I want to create a Midi Sequence from scratch and then play and save it. All the examples I've seen load in a file first and then play it, and the one example I saw which did what I wanted was full of deprecated code :(
If anyone could provide some code or point me in the direction of some working code (latest build 27/05/22) I would be so grateful.
Thanks in advance,
Jes

Lua - how to delete more then 1 from the result

I have here some Game code. Its to auto delete what I get. But I get always 3 but the Script only delete one. How I could change it? Thanks!
local DeletePet = function(PetID)
game["Workspace"]["__REMOTES"]["Game"]["Inventory"]:InvokeServer("Delete", PetID)
end
Jerome, could you please post where you're setting up the OnServerInvoke event? I don't see it in the code you're referencing to Csaar. I'm also afraid I don't quite understand what you're meaning when you ask how to delete more then 1 from the result. If you could clarify a bit further upon this, then I might be able to further assist you.
Also, please keep in mind that Roblox code is rather niche and you'll have a higher chance of getting answers in a Roblox oriented environment like the recommended Scripting Helpers forum. That's not to say the people here aren't very skilled, but they may not be accustomed to the Roblox API.

Accessing C-Objective code from within delphi?

I was wondering if it is possible to access C-Objective code from within delphi. In a research i've done that seems to be possible but the posts i've seen they were not that detailed so i couldn't figure out how the process works. For the android platform i've found that it could be done this way https://stackoverflow.com/a/29840534 . Actually this is what i am trying to do, to run the camera of the specified platform. So any help or directions about what should i read would be more than welcome.

Lua script in Aegisub? I don't understand it

I'm trying to make vertical karaoke kanji with furigana in Aegisub which uses lua script. I didn't write the code as I state here, I'm not advanced enough to write codes yet, but I can edit the effects at least. - http://forum.aegisub.org/viewtopic.php?f=5&t=66245&p=90280#p90280
My file and other needed info regarding my topic can be found there as well.
I'm very confused at the moment as I can't figure out how to make the code so that the subtitles don't spin and keep their current effect... Also, the code that the person gave me, doesn't work. Any help is appreciated. Thank you!

Resources