I have little knowledge in coding with Lua on Roblox and I came up with the idea of having “satellites” fly over the map at a certain time of the day.
Something such as this;
checks time of day in a timezone, it’s for example “9pm”
script activates, causing satellite to appear from below the map and fly across the sky for a few minutes.
A bit like a script that’s used in live events, etc.
1 Like
Kacper
(Kacper)
April 20, 2020, 9:44pm
#2
And what do you need help with? What have you tried so far?
Uzixt
(Uzi)
April 20, 2020, 9:53pm
#3
Have you tried making something? Have you tried searching it up on the forums? If your trying to make a live event there are some posts here.
https://devforum.roblox.com/search?context=topic&context_id=534193&q=Live%20events%20scripting&skip_context=true
1 Like
Like I know all languages. Only advanced web development.
Kacper
(Kacper)
April 21, 2020, 12:06am
#5
I don’t understand what you are talking about. I asked you what have you tried so far to create that timing script, not how many languages you know.
If you code in Assembly, you and I need to be friends so you can code my calculator for me. lel
In computer programming, assembly language (or assembler language, or symbolic machine code), is any low-level programming language with a very strong correspondence between the instructions in the language and the architecture's machine code instructions. Assembly language usually has one statement per machine instruction (1:1), but constants, comments, assembler directives, symbolic labels of, e.g., memory locations, registers, and macros are generally also supported.
Assembly code is conv...