How to learn code in Roblox?
To all the coders out there, how did you get started with coding or game development? Age is welcome.
To all the coders out there, how did you get started with coding or game development? Age is welcome.
I would like to turn the navigation pane in Windows on and off automatically, i.e. by pressing a hotkey. Unfortunately, I can't manage that. Since I don't have admin rights on my computer, I'm unfortunately dependent on the ribbon view in File Explorer. Unfortunately, I can't define a shortcut that does the job – not…
Preferably free and in plain language.
I need a script that makes a little bit of smoke appear on a part for a short time every time it falls to the ground.
I actually have a simple task in Windows 11. Using CTRL+O, AutoHotkey is supposed to first press and release ALT, then send the RIGHT ARROW. Unfortunately, it doesn't work for me. ^o:: Send, {LAlt} Send, {Right} return The following also doesn’t work for me: ^o:: Send, {Alt down} Sleep, 50 Send, {Alt up} Send, {Right}…
Hey, it wasn't an app like we used back when I was in school, but a browser. So you had to log in and create a script, and then you could choose the programming language. And you could do it in the program alone, or with others if you invited them. You could then publish…
Roblox (Lua) Hello! I used a local script to display a GUI for each player. Clicking the "Jump Boost" button should allow you to jump higher. It works, too. However, 500 points should be deducted from the leader stats at the same time. The leader stats were created using a "normal" script. The following happens:…
I need software into which I can enter code (beginner-friendly). It should be able to recognize colors and click on them. :3 Thanks in advance. In the image, the script clicks on green, for example.
I have written the following script (see image) to backup a few files regularly. Simply double click on the file on the desktop and everything will be fine. Now I have the following problem: for some reason, some things are copied and some are not. I personally don't quite understand why. Most files are filed…
Hey, My friends and I had the idea of programming and creating our own Roblox game. However, we don't know how to make it more popular once we're "finished." Any suggestions?
Hello everyone, I have my own small Linux project where I want to send an email using a Bash script. Does anyone know anything about this and can tell me how to do it? I've been told that I want to create an email that doesn't have 2FA so that what I'm planning will work…