[ROBLOX Scripting School] - 2 (Easy) - While true do loop

preview_player
Показать описание
NOTE: This video is for people without scripting experience.
In this video i show you how While true do loop works.
If you liked this video make sure to thumbs up and subscribe

► Please subscribe to support my content:

► Music: Tobu - Life [NCS Release]

Thank you for watching my video!!! #Roblox #RobloxDEV #RobloxStudio #Tutorial #Building #Scripting
Рекомендации по теме
Комментарии
Автор

This is like the most basic thing I didn't know until I watched this video and it helped me make my version of a Lumber Tycoon 2 tree, thank you

ChillXeno
Автор

This helped me out a bunch when I need to make car alarm lights flash. Thanks!

jako_
Автор

I already knew the code, but was having difficulty making my action happen. But you helped me, and I learned my mistake THANK YOU!!

Emperiella
Автор

Can you do a tutorial about mathrandom()?
It gives errors all the time when i try to

PlayGamesUnite
Автор

Been looking for this, thanks for the video Eppobot

helenn
Автор

Thanks Eppo. Just needed to see how to loop something and I was good.

doyle
Автор

Good video for beginners, man! I'm an advanced scripter so I won't be watching anymore of these types of videos, but good luck man! Loved the old videos :(

Your friend, T_ry

HB-ivdo
Автор

I have a question... So I have a script with flashing lights. It is ran by a while true do. But I want a button to where it will break the loop. How do I do that?

togic
Автор

thank you so much I know how to make the color change but not the material

Fo_xu
Автор

I think everyone who learns programming has worked as a police light at least once in their life.

PoorSkeleton
Автор

could you make a movie showing how to make an object fly straight ahead? or write back to me which script would be (NEEDS YOUR HELP!)

marekelektryczny
Автор

Do you know why my code isn't working? I have a separate script that adds the class value to the player folder when they join but I can't figure it out. If you see on the third line I have a test thing and that doesn't work so it seems like the loop isn't even looping.

local owner =
while true do
script.Parent.Test.Value = true
if == 3 then
script.Parent.Transparency = 1
else
script.Parent.Transparency = 0
end
wait(1)
end

Krebzonide
Автор

thanks so much I know how to do the brick color but not the material

Fo_xu
Автор

When you showed the script up close u messed it up Heres the actual Script

while true do
script.Parent.BrickColor = BrickColor.new("Bright blue")
wait(1)
script.Parent.BrickColor = BrickColor.new("Bright red")
wait(1)
end

bloxyvids
Автор

Thank you, I can now make dance floor or something kinda this. :D

ultrahigh
Автор

how do you do it so when i click a button the while true do thing activates and when i click another button the while true do thing deactivates

nameyourshake
Автор

Could you make a playlist for all of you tutorial please.

olivierdenis
Автор

Like for Eppobot! If u guys want to change part's things write in script "Parent."

_MSNights
Автор

by doing this will it make a game round script repeat?

toq
Автор

guys i tried making a rainbow block and the script i made only makes it go to yellow is there anything wrong with it?

while true do
script.Parent.BrickColor = BrickColor.new("Really red")
wait(1)
script.Parent.BrickColor = BrickColor.new("Deep orange")
wait(1)
script.Parent.BrickColor = BrickColor.new("New Yeller")
wait(1)
script.parent.BrickColor = BrickColor.new("Lime green")
wait(1)
script.Parent.BrickColor = BrickColor.new("Really blue")
wait(1)
script.Parent.BrickColor = BrickColor.new("Royal purple")
wait(1)
end

mememanfajeans
welcome to shbcf.ru