Skip to content
View Itsooo's full-sized avatar

Block or report Itsooo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Itsooo/docs/README.md

Luau

Luau is a language that is made for Roblox in November 2021 that is derived from Lua 5.1 but has some cooler features, these features include: Ternary Operators (if a then b else c), Better compiler optimizations so code is runs a lot more efficiently even if you code doesn't include any sort of micro optimizations and lastly one of the big changes is that Luau is typed (not strict although you can set it optionally) unlike Lua which makes catching errors by the Linter a lot easer.

Note

Some information to know before hand is that scripts run line by line ascending from 1 to infinity (or how many lines of code there are in your script)

website is racist and wont show the other ones so you have to manually click on them

Popular repositories Loading

  1. Itsooo Itsooo Public

  2. Terrain-Generation-Test Terrain-Generation-Test Public

    Testing rojo to upload

  3. rbxlx-to-rojo rbxlx-to-rojo Public

    Forked from rojo-rbx/rbxlx-to-rojo

    Tool to one time convert Roblox places to Rojo projects

    Lua

  4. Radial-Menu Radial-Menu Public

    Lua

  5. Tic-Tac-Toe Tic-Tac-Toe Public

    Project to get accustomed to html, css, javascript, and git

    JavaScript