You can write your topic however you want, but you need to answer these questions:
- What do you want to achieve? Keep it simple and clear!
I want the text “Loading .” to “Loading . .” but not work (I added repeat command still not work)
- What is the issue? Include screenshots / videos if possible!
robloxapp-20230306-0908122.wmv (255.5 KB)
As you can see in the video, when it’s almost complete the loading starts to work idk why
- What solutions have you tried so far?
I added things that loop until it reaches it’s point
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
repeat
script:WaitForChild("Value").Value += 1
task.wait(.2)
until script:WaitForChild("Value").Value == 100
repeat
script.Parent.Text = "LOADING."
task.wait(.3)
script.Parent.Text = "LOADING. ."
task.wait(.3)
script.Parent.Text = "LOADING. . ."
task.wait(.3)
until script:WaitForChild("Value").Value == 100
if script:WaitForChild("Value").Value == 100 then
script.Parent.Text = "COMPLETED!"
script.Parent.TextColor = BrickColor.new("Lime green")
end
Ma Kasih :3 (Thanks in Indonesian)