Questions tagged [luau]

Luau is a scripting language based on Lua 5.1.

The luau language was developed by Roblox. The language's website is at https://luau-lang.org/.

123 questions
-1
votes
1 answer

Data Store not saving the Player's Boolean Value

I was making a game that when the Player dies, then the Player will get banned but isn't working (The part of Saving the Bool Value that checks if the player was banned already been banned). How i can fix that? No errors in output. Code: local…
takezo
  • 101
  • 7
-2
votes
1 answer

What is a great way to remember how to script

I keep forgetting what stuff does every now and then. at one point I got so good I was going to make tutorials for beginners but now I'm back to mediocre scripting level.
monke
  • 1
  • 1
-2
votes
1 answer

Moving text from right to left

I'm working on a Roblox game, I want a TextLabel to move from right to left repeatadly and smoothly. Something like this: https://youtu.be/9f7xAxKtjXc I have already tried to tween the Textlabel on hiting corner it will restart but it wasn't…
Qluxp
  • 1
  • 1
1 2 3
8
9