Any coding example site I can use on mobile?

If anyone knows of any site I can use code to practise while I’m away from home, please tell me.
Just a site that is free, and don’t need to log in of some sort?

2 Likes

https://www.lua.org/demo.html
You can also just search for “Lua online”

2 Likes

Replit.

Does not require login when clicked directly

2 Likes

There’s a Luau browser demo here, and I’ve also briefly covered installing Luau here:

https://devforum.roblox.com/t/is-there-an-online-roblox-lua-compiler-to-practice-scripting-outside-of-studio/1680046/7

However, I doubt the efficacy of being able to learn from a phone. You can’t use any Roblox services from the Luau demo, and it doesn’t even have a task scheduler.

1 Like

All of them work but the best was replit

Also, how did you make a script repeat itself?