Search
 
SCRIPT & CODE EXAMPLE
 

LUA

What is The Color changing script for luaa

local part = script.Parent

while true do
    wait(.1)
    local timeoday = game.Lighting.ClockTime 
    if timeoday > 17.6 or timeoday < 6.4 then
         script.parent.BrickColor = BrickColor.new("Institutional white")
    else
        script.parent.BrickColor = BrickColor.new("Really black")
    end
end

--Script By Rigby#9052 on Discord
Comment

PREVIOUS NEXT
Code Example
Lua :: roblox studio pause physics 
Lua :: cmder not taking lua file 
Lua :: lua hash table length 
Lua :: lua concatenation 
Lua :: lua split 
Lua :: while loop lua 
Lua :: lua substring | get char from from index 
Lua :: how do i use the enums module lua assist 
Lua :: lua roblox hack scripts 
Lua :: lua how to print NUMBER 
Lua :: lua table concanation 
Lua :: lua table of all characters 
Matlab :: matlab string to int 
Matlab :: repeat characters matlab 
Matlab :: how to run a p code matlab 
Matlab :: how to print ceratin rows of dataframe 
Basic :: basic 
Basic :: using amazon s3 to store your django sites static and media files 
Elixir :: elixir guard 
Elixir :: elixir enum any 
Elixir :: elixir nested if 
Scala :: scala tutorial 
Actionscript :: move records from table to another using knex migration 
Excel :: google sheets sort column by element frequency 
Perl :: perl post condition 
Perl :: Perl (perl 2018.12) sample 
Pascal :: pascal const 
Gdscript :: godot 
Cobol :: gatsby with yarn 
Assembly :: difference between machine language and assembly language 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =